summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSimon Howard2011-05-17 22:51:37 +0000
committerSimon Howard2011-05-17 22:51:37 +0000
commit855c7a4850cad3d93b4bbdb35814c54c34495afa (patch)
treee8bf7cfec70854e63c4f64effb8278bc7662935b /man
parentdcd1a6c3a4b692e0fa905075ef38273f85c138f4 (diff)
downloadchocolate-doom-855c7a4850cad3d93b4bbdb35814c54c34495afa.tar.gz
chocolate-doom-855c7a4850cad3d93b4bbdb35814c54c34495afa.tar.bz2
chocolate-doom-855c7a4850cad3d93b4bbdb35814c54c34495afa.zip
Add dependency for INSTALL generation.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2341
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index abfe76fd..618c0bde 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -22,7 +22,7 @@ default.cfg.5: ../src default.cfg.template
$(PACKAGE).cfg.5: ../src extra.cfg.template
./docgen -m extra.cfg.template -c $(PACKAGE).cfg ../src > $@
-INSTALL:
+INSTALL: INSTALL.template
./simplecpp -DPRECOMPILED < INSTALL.template > $@
endif