Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
65ba6c0f
Commit
65ba6c0f
authored
Aug 26, 2015
by
Francois-Rene Rideau
Browse files
Fix manual version support.
parent
747b47cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/asdf.texinfo
View file @
65ba6c0f
...
...
@@ -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
...
...
tools/version.lisp
View file @
65ba6c0f
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment