diff options
Diffstat (limited to 'maintenance/Makefile')
-rw-r--r-- | maintenance/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/maintenance/Makefile b/maintenance/Makefile index 30b568dc..25554751 100644 --- a/maintenance/Makefile +++ b/maintenance/Makefile @@ -8,7 +8,9 @@ test: doc: php mwdocgen.php --all - @echo 'Doc generation done. Look at ./docs/html/' + ./mwjsduck-gen + @echo 'PHP documentation (by Doxygen) in ./docs/html/' + @echo 'JS documentation (by JSDuck) in ./docs/js/' man: php mwdocgen.php --all --generate-man |