xml-doc-building-glue-20090527
[openafs.git] / doc / xml / UserGuide / Makefile.in
1 # Makefile to build the AFS Admin Guide for Unix.
2 #
3 # This makefile assumes that various utilities are available on the system.
4 # On Debian lenny, installing the packages:
5 #
6 #     dblatex
7 #     docbook-xsl
8 #     libxml2-utils
9 #     xsltproc
10 #
11 # gave me all the utilities needed.
12 #
13 # HTML_XSL is possibly specific to Debian and may need to be modified on other
14 # systems.
15
16 all: pdf html
17
18 include @TOP_OBJDIR@/src/config/Makefile.config
19 VERSFILE=version
20 include @TOP_OBJDIR@/src/config/Makefile.version
21
22 BOOK     = auusg000.xml
23 SRCS     = $(BOOK) auusg003.xml auusg004.xml auusg005.xml auusg006.xml \
24            auusg007.xml auusg008.xml auusg009.xml auusg010.xml auusg011.xml \
25            auusg012.xml
26 HTML_XSL = @HTML_XSL@
27 XSLTPROC = @XSLTPROC@
28
29 html: $(SRCS) $(VERSFILE).xml
30         $(XSLTPROC) --param navig.graphics 1 \
31             --stringparam navig.graphics.path ../ $(HTML_XSL) $(BOOK)
32
33 pdf: $(SRCS)
34         dblatex $(BOOK)
35
36 check:
37         xmllint --noout --valid $(BOOK)
38
39 clean:
40         rm -f *.html *.pdf