Statistics
| Branch: | Tag: | Revision:

root / doc / Makefile.am @ 04daec5d

History | View | Annotate | Download (265 Bytes)

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

    
3
SUBDIRS = examples
4
dist_doc_DATA = hooks.html hooks.pdf install.html install.pdf admin.html \
5
  admin.pdf
6
EXTRA_DIST = hooks.sgml install.sgml admin.sgml
7

    
8
%.html: %.sgml
9
	docbook2html --nochunks $<
10

    
11
%.pdf: %.sgml
12
	docbook2pdf $<