comparison rogue3/Makefile.in @ 92:53e69c17c313

rogue3: set missing Makefile variables. Some variables had been overlooked, which caused the documentation to be installed in the wrong places.
author John "Elwin" Edwards
date Sun, 25 Aug 2013 21:31:22 -0700
parents e5ddbaf324d4
children 97f8fdf9595c
comparison
equal deleted inserted replaced
91:e5ddbaf324d4 92:53e69c17c313
7 # All rights reserved. 7 # All rights reserved.
8 # 8 #
9 # See the file LICENSE.TXT for full copyright and licensing information. 9 # See the file LICENSE.TXT for full copyright and licensing information.
10 # 10 #
11 11
12 DISTNAME=rogue3.6.4 12 DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@
13 PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@
13 PROGRAM=@PROGRAM@ 14 PROGRAM=@PROGRAM@
14 15
15 SCOREFILE=@SCOREFILE@ 16 SCOREFILE=@SCOREFILE@
16 LOGFILE=@LOGFILE@ 17 LOGFILE=@LOGFILE@
17 SAVEDIR=@SAVEDIR@ 18 SAVEDIR=@SAVEDIR@