Statistics
| Branch: | Tag: | Revision:

root / doc / Makefile.am @ d5a446f2

History | View | Annotate | Download (273 Bytes)

1 04daec5d Michael Hanselmann
SUBDIRS = examples
2 8e587e52 Michael Hanselmann
dist_doc_DATA = \
3 8e587e52 Michael Hanselmann
  hooks.html hooks.pdf \
4 8e587e52 Michael Hanselmann
  install.html install.pdf \
5 8e587e52 Michael Hanselmann
  admin.html admin.pdf
6 b212bf8b Iustin Pop
EXTRA_DIST = hooks.sgml install.sgml admin.sgml
7 8e587e52 Michael Hanselmann
MAINTAINERCLEANFILES = *.html *.pdf
8 a8083063 Iustin Pop
9 a8083063 Iustin Pop
%.html: %.sgml
10 a8083063 Iustin Pop
	docbook2html --nochunks $<
11 a8083063 Iustin Pop
12 a8083063 Iustin Pop
%.pdf: %.sgml
13 a8083063 Iustin Pop
	docbook2pdf $<