Statistics
| Branch: | Tag: | Revision:

root / doc / Makefile.am @ 9b603bff

History | View | Annotate | Download (394 Bytes)

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 $<