Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
9dda7cb1
Commit
9dda7cb1
authored
Sep 04, 2007
by
Michael Hanselmann
Browse files
Combine rules for manpages.
Reviewed-by: iustinp
parent
38d9d95d
Changes
1
Hide whitespace changes
Inline
Side-by-side
man/Makefile.am
View file @
9dda7cb1
# Build man pages
#
man_MANS
=
ganeti.7 ganeti-os-interface.7 gnt-cluster.8 gnt-node.8 gnt-os.8
\
gnt-instance.8 ganeti-noded.8 ganeti-watcher.8 gnt-backup.8
...
...
@@ -9,10 +8,6 @@ EXTRA_DIST = ganeti-os-interface.sgml gnt-cluster.sgml gnt-node.sgml \
gnt-backup.sgml ganeti-noded.sgml
\
footer.sgml
$(man_MANS)
%.8
:
%.sgml footer.sgml
docbook2man
$<
rm
-f
manpage.links manpage.refs
%.7
:
%.sgml footer.sgml
%.7 %.8
:
%.sgml footer.sgml
docbook2man
$<
rm
-f
manpage.links manpage.refs
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