summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 477f4207..074c1112 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,6 @@ CODEBLOCKS_FILES= \
codeblocks/setup-res.rc
DOC_FILES= \
- CMDLINE \
README \
README.OPL \
NEWS \
@@ -60,13 +59,6 @@ DIST_SUBDIRS=pkg $(SUBDIRS)
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/ src/doom/ > $@
-
INSTALL : man/INSTALL.template man/simplecpp
./man/simplecpp < man/INSTALL.template > $@