Statistics
| Branch: | Tag: | Revision:

root / doc / Makefile.am @ 1d91c392

History | View | Annotate | Download (309 Bytes)

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

    
3
SUBDIRS = examples
4
dist_doc_DATA = \
5
  hooks.html hooks.pdf \
6
  install.html install.pdf \
7
  admin.html admin.pdf
8
EXTRA_DIST = hooks.sgml install.sgml admin.sgml
9
MAINTAINERCLEANFILES = *.html *.pdf
10

    
11
%.html: %.sgml
12
	docbook2html --nochunks $<
13

    
14
%.pdf: %.sgml
15
	docbook2pdf $<