patch 4/4 extended HVM features for 1.2
[ganeti-local] / doc / Makefile.am
1 docdir = $(datadir)/doc/$(PACKAGE)
2
3 SUBDIRS = examples
4 dist_doc_DATA = \
5   hooks.html hooks.pdf \
6   install.html install.pdf \
7   admin.html admin.pdf \
8   iallocator.html iallocator.pdf
9
10 EXTRA_DIST = hooks.sgml install.sgml admin.sgml iallocator.sgml
11 MAINTAINERCLEANFILES = *.html *.pdf
12
13 %.sgmltmp: %.sgml
14         sed -e 's#@GANETI_VERSION@#$(PACKAGE_VERSION)#g' < $< > $@
15
16 %.html: %.sgmltmp
17         docbook2html --nochunks $<
18
19 %.pdf: %.sgmltmp
20         docbook2pdf $<