Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Ishimaru
asdf
Commits
0464b2c7
Commit
0464b2c7
authored
10 years ago
by
Robert Goldman
Browse files
Options
Downloads
Patches
Plain Diff
Add version numbering to manual.
Horrible perl snippet to pull version number into texinfo. Open for tastier version.
parent
e8d33c03
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
doc/Makefile
+7
-4
7 additions, 4 deletions
doc/Makefile
doc/asdf.texinfo
+6
-2
6 additions, 2 deletions
doc/asdf.texinfo
with
14 additions
and
6 deletions
.gitignore
+
1
−
0
View file @
0464b2c7
...
...
@@ -23,6 +23,7 @@ doc/asdf.vr
doc/asdf.vrs
doc/asdf.t2d/
doc/asdf.dvi
doc/version.texinfo
*.tmp
LICENSE
...
...
This diff is collapsed.
Click to expand it.
doc/Makefile
+
7
−
4
View file @
0464b2c7
...
...
@@ -12,16 +12,19 @@ intermediate = asdf.cps asdf.log asdf.vr asdf.aux asdf.fn asdf.toc asdf.vrs \
all
:
asdf.html asdf.info asdf.pdf manual-html
manual-html
:
asdf.texinfo
version.texinfo
:
../version.lisp-expr
head
-n
1
$^
| perl
-ne
'm|\"(.*)\"|; print "\@set VERSION $$1\n"'
>
$@
manual-html
:
asdf.texinfo version.texinfo
makeinfo
--html
asdf.texinfo
asdf.html
:
asdf.texinfo
asdf.html
:
asdf.texinfo
version.texinfo
makeinfo
--html
--no-split
--no-headers
-o
asdf.html asdf.texinfo
asdf.info
:
asdf.texinfo
asdf.info
:
asdf.texinfo
version.texinfo
makeinfo asdf.texinfo
asdf.pdf
:
asdf.texinfo
asdf.pdf
:
asdf.texinfo
version.texinfo
texi2pdf asdf.texinfo
website
:
all
...
...
This diff is collapsed.
Click to expand it.
doc/asdf.texinfo
+
6
−
2
View file @
0464b2c7
...
...
@@ -63,11 +63,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@end copying
@include version.texinfo
@titlepage
@title ASDF: Another System Definition Facility
@subtitle Manual for Version @value
{
VERSION
}
@c The following two commands start the copyright page.
@page
@vskip 0pt plus 1filll
...
...
@@ -83,6 +83,10 @@ 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
{
VERSION
}
@end ifnottex
@insertcopying
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment