summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0012b97f..a853c76c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,8 +62,10 @@ if HAVE_PYTHON
noinst_DATA=CMDLINE
+# TODO: CMDLINE only documents the Doom command line, not other games.
+
CMDLINE : src/
- ./man/docgen -p man/CMDLINE.template src/ > $@
+ ./man/docgen -p man/CMDLINE.template src/ src/doom/ > $@
INSTALL : man/INSTALL.template man/simplecpp
./man/simplecpp < man/INSTALL.template > $@