Mercurial > hg > early-roguelike
changeset 287:0b3d1b38998f
Remove version numbers from docdir paths.
Most Unix systems prefer to omit the versions.
author | John "Elwin" Edwards |
---|---|
date | Mon, 16 Oct 2017 19:53:38 -0400 |
parents | 3b61f1dfcc91 |
children | b8919055c2fc |
files | arogue5/Makefile.in arogue5/configure.ac arogue7/Makefile.in arogue7/configure.ac rogue3/Makefile.in rogue3/configure.ac rogue4/Makefile.in rogue4/configure.ac rogue5/Makefile.in rogue5/configure.ac srogue/Makefile.in srogue/configure.ac urogue/configure.ac xrogue/Makefile.in xrogue/configure.ac |
diffstat | 15 files changed, 22 insertions(+), 76 deletions(-) [+] |
line wrap: on
line diff
--- a/arogue5/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/arogue5/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -12,8 +12,8 @@ # See the file LICENSE.TXT for full copyright and licensing information. # -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ -PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ PROGRAM=@PROGRAM@ SCOREFILE=@SCOREFILE@
--- a/arogue5/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/arogue5/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([ARogue],[5.8.2], [yendor@rogueforge.net]) +AC_INIT([ARogue],[5.8.2], [yendor@rogueforge.net], [arogue5]) AC_CONFIG_HEADERS([config.h]) # May not be needed for the documentation AC_CONFIG_FILES([Makefile]) @@ -169,13 +169,4 @@ AC_MSG_RESULT([$enable_maxusers]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT
--- a/arogue7/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/arogue7/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -17,9 +17,9 @@ # -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ PROGRAM=@PROGRAM@ -PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ SAVEDIR=@SAVEDIR@ SCOREFILE=@SCOREFILE@
--- a/arogue7/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/arogue7/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([ARogue],[7.7.1], [yendor@rogueforge.net]) +AC_INIT([ARogue],[7.7.1], [yendor@rogueforge.net], [arogue7]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile])
--- a/rogue3/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue3/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -9,8 +9,8 @@ # See the file LICENSE.TXT for full copyright and licensing information. # -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ -PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ PROGRAM=@PROGRAM@ SCOREFILE=@SCOREFILE@
--- a/rogue3/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue3/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([Rogue],[3.6.4], [yendor@rogueforge.net]) +AC_INIT([Rogue],[3.6.4], [yendor@rogueforge.net], [rogue3]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile rogue.6 rogue.r]) @@ -166,13 +166,4 @@ AC_MSG_RESULT([$enable_maxusers]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT
--- a/rogue4/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue4/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -9,8 +9,8 @@ # See the file LICENSE.TXT for full copyright and licensing information. # -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@-@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ PROGRAM=@PROGRAM@ CC = @CC@
--- a/rogue4/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue4/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([Rogue],[5.2.2], [yendor@rogueforge.net]) +AC_INIT([Rogue],[5.2.2], [yendor@rogueforge.net], [rogue4]) AC_CONFIG_SRCDIR([armor.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile rogue.6 rogue.me]) @@ -198,13 +198,4 @@ AC_MSG_RESULT([$enable_maxusers]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT
--- a/rogue5/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue5/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -16,8 +16,8 @@ # This section could be manually configured if autoconf/configure fails ############################################################################### -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@-@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ PROGRAM=@PROGRAM@ O=o
--- a/rogue5/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue5/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([Rogue],[5.4.5], [yendor@rogueforge.net]) +AC_INIT([Rogue],[5.4.5], [yendor@rogueforge.net], [rogue5]) AC_CONFIG_SRCDIR([armor.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile rogue.6 rogue.me rogue.html]) @@ -274,13 +274,4 @@ AC_MSG_RESULT([$enable_ucount]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT
--- a/srogue/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/srogue/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -11,8 +11,8 @@ # # See the file LICENSE.TXT for full copyright and licensing information. -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ -PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ PROGRAM=@PROGRAM@ SCOREFILE=@SCOREFILE@
--- a/srogue/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/srogue/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([SRogue],[9.0], [yendor@rogueforge.net]) +AC_INIT([SRogue],[9.0], [yendor@rogueforge.net], [srogue]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) @@ -133,13 +133,4 @@ AC_MSG_RESULT([yes]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT
--- a/urogue/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/urogue/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([UltraRogue],[1.07], [yendor@rogueforge.net]) +AC_INIT([UltraRogue],[1.07], [yendor@rogueforge.net], [urogue]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) @@ -158,13 +158,4 @@ AC_MSG_RESULT([yes]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT
--- a/xrogue/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/xrogue/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -12,9 +12,9 @@ # # See the file LICENSE.TXT for full copyright and licensing information. -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ PROGRAM=@PROGRAM@ -PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ SAVEDIR=@SAVEDIR@ SCOREFILE=@SCOREFILE@
--- a/xrogue/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/xrogue/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([XRogue],[8.0.3], [yendor@rogueforge.net]) +AC_INIT([XRogue],[8.0.3], [yendor@rogueforge.net], [xrogue]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile])