# HG changeset patch # User John "Elwin" Edwards # Date 1377491482 25200 # Node ID 53e69c17c3131c8c08ab261c03fd71ce713ab0c4 # Parent e5ddbaf324d4ef51f1712eb938f3c48109fbb78b rogue3: set missing Makefile variables. Some variables had been overlooked, which caused the documentation to be installed in the wrong places. diff -r e5ddbaf324d4 -r 53e69c17c313 rogue3/Makefile.in --- a/rogue3/Makefile.in Sun Aug 25 19:52:23 2013 -0700 +++ b/rogue3/Makefile.in Sun Aug 25 21:31:22 2013 -0700 @@ -9,7 +9,8 @@ # See the file LICENSE.TXT for full copyright and licensing information. # -DISTNAME=rogue3.6.4 +DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ PROGRAM=@PROGRAM@ SCOREFILE=@SCOREFILE@