Statistics
| Branch: | Tag: | Revision:

root / doc / Makefile.am @ d5a446f2

History | View | Annotate | Download (273 Bytes)

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

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

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