Statistics
| Branch: | Tag: | Revision:

root / doc / Makefile.am @ 1d91c392

History | View | Annotate | Download (309 Bytes)

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