wiki.techinc.nl/maintenance/Makefile
Tacsipacsi 16f60562fe Remove manpage generation from Makefile
Manpage generation has been removed half a decade ago in
853838a322.

Bug: T232104
Change-Id: I6f6930663a66c6e86a7007d76d8af68a5dcd2421
2024-09-29 11:06:48 +02:00

12 lines
310 B
Makefile

help:
@echo "Run 'make test' to run the parser tests."
@echo "Run 'make doc' to run the doxygen generation."
test:
php tests/parser/parserTests.php --quiet
doc:
php mwdocgen.php --all
npm run doc
@echo 'PHP documentation (by Doxygen) in ./docs/html/'
@echo 'JS documentation (by JSDoc) in ./docs/js/'