diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 074c1112..f52f9eb5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,8 @@ DIST_SUBDIRS=pkg $(SUBDIRS) if HAVE_PYTHON INSTALL : man/INSTALL.template man/simplecpp - ./man/simplecpp < man/INSTALL.template > $@ + ./man/simplecpp -DDOOM -DHERETIC -DHEXEN -DSTRIFE \ + < man/INSTALL.template > $@ endif |