foxygit / doom Log in
commit 70d910d3075933a926329682c4358d31760e648a
Author:     Jonathan Dowland <jon@dow.land>
AuthorDate: Mon Jan 15 17:35:11 2018 +0000
Commit:     Jonathan Dowland <jon@dow.land>
CommitDate: Mon Jan 15 18:49:57 2018 +0000

    Fix generation of top-level INSTALL file
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index d8dbacf5..37ab9e9f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,6 +79,8 @@ if HAVE_PYTHON

 INSTALL : man/INSTALL.template man/simplecpp
 	./man/simplecpp -DDOOM -DHERETIC -DHEXEN -DSTRIFE \
+            -DLONG_GAME_NAME="@PACKAGE_SHORTNAME@ Doom" \
+            -DLONG_EXE_NAME="@PROGRAM_PREFIX@doom" \
 	                < man/INSTALL.template > $@

 endif