From 3bdf8aad39d39168d096d3042b659fb9d2ef1651 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 27 Sep 2013 20:36:58 +0200 Subject: Decouple the Hurd version from the package version. * config.make.in (package-version): New variable. (hurd-version): Set to 0.3. * Makeconf (%: %.sh): Use package-version instead of hurd-version. * Makefile (stamp-version): Likewise. * doc/Makefile (stamp-version): Likewise. --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index b64a8386..2a75803b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1994, 1998, 1999, 2003, 2012 Free Software Foundation +# Copyright (C) 1994, 1998, 1999, 2003, 2012, 2013 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -50,6 +50,6 @@ include ../Makeconf version.texi: stamp-version; @: stamp-version: $(..)config.make - echo '@set VERSION $(hurd-version)' > version.texi.new + echo '@set VERSION $(package-version)' > version.texi.new $(move-if-change) version.texi.new version.texi touch $@ -- cgit v1.2.3