Generalize the replace_secondary mode in iallocator
[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 EXTRA_DIST = hooks.sgml install.sgml admin.sgml
9 MAINTAINERCLEANFILES = *.html *.pdf
10
11 %.sgmltmp: %.sgml
12         sed -e 's#@GANETI_VERSION@#$(PACKAGE_VERSION)#g' < $< > $@
13
14 %.html: %.sgmltmp
15         docbook2html --nochunks $<
16
17 %.pdf: %.sgmltmp
18         docbook2pdf $<