summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f02f55d3..8e2a5e39 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,7 @@ EXTRA_DIST= \
$(CODEBLOCKS_FILES) \
$(DATA_FILES) \
config.h \
+ CMDLINE \
HACKING \
TODO \
BUGS
@@ -40,3 +41,6 @@ MAINTAINERCLEANFILES = $(AUX_DIST_GEN)
docdir=$(prefix)/share/doc/@PACKAGE@
SUBDIRS=textscreen src man setup
+CMDLINE : src/
+ ./man/docgen -p $? > $@
+