Statistics
| Branch: | Tag: | Revision:

root / docs / Makefile.am @ b212bf8b

History | View | Annotate | Download (242 Bytes)

1
docdir = $(datadir)/doc/$(PACKAGE)
2

    
3
dist_doc_DATA = hooks.html hooks.pdf install.html install.pdf admin.html admin.pdf
4
EXTRA_DIST = hooks.sgml install.sgml admin.sgml
5

    
6
%.html: %.sgml
7
	docbook2html --nochunks $<
8

    
9
%.pdf: %.sgml
10
	docbook2pdf $<