Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-ganeti
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
snf-ganeti
Commits
e30c295e
Commit
e30c295e
authored
17 years ago
by
Michael Hanselmann
Browse files
Options
Downloads
Patches
Plain Diff
Replace version number in install.sgml during build time
Reviewed-by: iustinp
parent
ef756965
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/Makefile.am
+5
-2
5 additions, 2 deletions
doc/Makefile.am
doc/install.sgml
+2
-2
2 additions, 2 deletions
doc/install.sgml
with
7 additions
and
4 deletions
doc/Makefile.am
+
5
−
2
View file @
e30c295e
...
...
@@ -8,8 +8,11 @@ dist_doc_DATA = \
EXTRA_DIST
=
hooks.sgml install.sgml admin.sgml
MAINTAINERCLEANFILES
=
*
.html
*
.pdf
%.html
:
%.sgml
%.sgmltmp
:
%.sgml
sed
-e
's#@GANETI_VERSION@#
$(
PACKAGE_VERSION
)
#g'
<
$<
>
$@
%.html
:
%.sgmltmp
docbook2html
--nochunks
$<
%.pdf
:
%.sgml
%.pdf
:
%.sgml
tmp
docbook2pdf
$<
This diff is collapsed.
Click to expand it.
doc/install.sgml
+
2
−
2
View file @
e30c295e
...
...
@@ -623,8 +623,8 @@ vgextend xenvg /dev/sdd1
</para>
<screen>
tar xvzf ganeti-
1.2.2
.tar.gz
cd ganeti-
1.2.2
tar xvzf ganeti-
@GANETI_VERSION@
.tar.gz
cd ganeti-
@GANETI_VERSION@
./configure --localstatedir=/var --sysconfdir=/etc
make
make install
...
...
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