Documentation
[lhc/web/wiklou.git] / maintenance / Makefile
index a92751c..30b568d 100644 (file)
@@ -1,6 +1,7 @@
 help:
        @echo "Run 'make test' to run the parser tests."
        @echo "Run 'make doc' to run the doxygen generation."
+       @echo "Run 'make man' to run the doxygen generation with man pages."
 
 test:
        php tests/parserTests.php --quiet
@@ -8,3 +9,9 @@ test:
 doc:
        php mwdocgen.php --all
        @echo 'Doc generation done. Look at ./docs/html/'
+
+man:
+       php mwdocgen.php --all --generate-man
+       @echo 'Doc generation done. Look at ./docs/html/ and ./docs/man'
+       @echo 'You might want to update your MANPATH currently:'
+       @echo 'MANPATH: $(MANPATH)'