From 65ba6c0ffe4b45b0250c80cb1d14508a9f98d812 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Wed, 26 Aug 2015 15:45:13 -0400
Subject: [PATCH] Fix manual version support.

---
 doc/asdf.texinfo   | 4 ++--
 tools/version.lisp | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index f83a1efc..4c9176eb 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -65,7 +65,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 @titlepage
 @title ASDF: Another System Definition Facility
-@subtitle Manual for Version @value{3.1.5}
+@subtitle Manual for Version 3.1.5
 @c The following two commands start the copyright page.
 @page
 @vskip 0pt plus 1filll
@@ -82,7 +82,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 @node Top, Introduction, (dir), (dir)
 @top ASDF: Another System Definition Facility
 @ifnottex
-Manual for Version @value{3.1.5}
+Manual for Version 3.1.5
 @end ifnottex
 
 
diff --git a/tools/version.lisp b/tools/version.lisp
index 215b0bc7..a7177a88 100644
--- a/tools/version.lisp
+++ b/tools/version.lisp
@@ -46,7 +46,7 @@
     ("asdf.asd" "  :version \"" "\" ;; to be automatically updated by make bump-version")
     ("header.lisp" "This is ASDF " ": Another System Definition Facility.")
     ("upgrade.lisp" "   (asdf-version \"" "\")")
-    ("doc/asdf.texinfo" "Manual for Version @value{" "}"))) ;; NB: two occurrences with this pattern.
+    ("doc/asdf.texinfo" "Manual for Version " ""))) ;; NB: two occurrences with this pattern.
 
 
 (defparameter *old-version* :default)
-- 
GitLab