Skip to content
Snippets Groups Projects
Commit 65ba6c0f authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix manual version support.

parent 747b47cc
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ...@@ -65,7 +65,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@titlepage @titlepage
@title ASDF: Another System Definition Facility @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. @c The following two commands start the copyright page.
@page @page
@vskip 0pt plus 1filll @vskip 0pt plus 1filll
...@@ -82,7 +82,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ...@@ -82,7 +82,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@node Top, Introduction, (dir), (dir) @node Top, Introduction, (dir), (dir)
@top ASDF: Another System Definition Facility @top ASDF: Another System Definition Facility
@ifnottex @ifnottex
Manual for Version @value{3.1.5} Manual for Version 3.1.5
@end ifnottex @end ifnottex
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
("asdf.asd" " :version \"" "\" ;; to be automatically updated by make bump-version") ("asdf.asd" " :version \"" "\" ;; to be automatically updated by make bump-version")
("header.lisp" "This is ASDF " ": Another System Definition Facility.") ("header.lisp" "This is ASDF " ": Another System Definition Facility.")
("upgrade.lisp" " (asdf-version \"" "\")") ("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) (defparameter *old-version* :default)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment