Statistics
| Branch: | Tag: | Revision:

root / man / Makefile.am @ a8083063

History | View | Annotate | Download (490 Bytes)

1
# Build man pages
2
#
3

    
4
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
5
EXTRA_DIST = ganeti-os-interface.sgml gnt-cluster.sgml gnt-node.sgml \
6
             ganeti-watcher.sgml ganeti.sgml gnt-instance.sgml gnt-os.sgml ganeti-noded.sgml \
7
	     footer.sgml $(man_MANS)
8

    
9
%.8: %.sgml footer.sgml
10
	docbook2man $<
11
	rm -f manpage.links manpage.refs
12

    
13
%.7: %.sgml footer.sgml
14
	docbook2man $<
15
	rm -f manpage.links manpage.refs