Some changes to the installation manual.
[ganeti-local] / docs / Makefile.am
1 docdir = $(datadir)/doc/$(PACKAGE)
2
3 dist_doc_DATA = hooks.html hooks.pdf installing.html installing.pdf admin.html admin.pdf
4 EXTRA_DIST = hooks.sgml installing.sgml admin.sgml
5
6 %.html: %.sgml
7         docbook2html --nochunks $<
8
9 %.pdf: %.sgml
10         docbook2pdf $<