Statistics
| Branch: | Tag: | Revision:

root / docs / Makefile.am @ a0c3fea1

History | View | Annotate | Download (251 Bytes)

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

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

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

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