ref: 70d910d3075933a926329682c4358d31760e648a
parent: 91a66a7ecba5e0dea87c8d98237d6a224f13347a
author: Jonathan Dowland <jon@dow.land>
date: Mon Jan 15 12:35:11 EST 2018
Fix generation of top-level INSTALL file
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,6 +79,8 @@
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