From 4e5449535ac5f2bb911d78231044e102149307c9 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Sun, 25 Aug 2013 21:31:22 -0700 Subject: [PATCH] rogue3: set missing Makefile variables. Some variables had been overlooked, which caused the documentation to be installed in the wrong places. --- rogue3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rogue3/Makefile.in b/rogue3/Makefile.in index f2b042e..92525e0 100644 --- a/rogue3/Makefile.in +++ b/rogue3/Makefile.in @@ -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@