/usr/share/obs/docs/api/Makefile is in obs-api 2.7.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | all:
@echo "Targets: test apidocs"
test:
../restility/bin/rest_test api.txt
apidocs:
BUNDLE_GEMFILE=../../../src/api/Gemfile bundle exec ../restility/bin/rest_doc api.txt --html -o ../html
|