Mercurial > hg > early-roguelike
changeset 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 | 8f7c082fde46 |
files | rogue3/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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@