Statistics
| Branch: | Tag: | Revision:

root / docs / Makefile.am @ b212bf8b

History | View | Annotate | Download (242 Bytes)

1 a8083063 Iustin Pop
docdir = $(datadir)/doc/$(PACKAGE)
2 a8083063 Iustin Pop
3 b212bf8b Iustin Pop
dist_doc_DATA = hooks.html hooks.pdf install.html install.pdf admin.html admin.pdf
4 b212bf8b Iustin Pop
EXTRA_DIST = hooks.sgml install.sgml admin.sgml
5 a8083063 Iustin Pop
6 a8083063 Iustin Pop
%.html: %.sgml
7 a8083063 Iustin Pop
	docbook2html --nochunks $<
8 a8083063 Iustin Pop
9 a8083063 Iustin Pop
%.pdf: %.sgml
10 a8083063 Iustin Pop
	docbook2pdf $<