]> gitweb @ CieloNegro.org - oh-my-god.git/blob - am/docbook.am
c573c461005a723a8d5a5a757fd71f0259e09a1a
[oh-my-god.git] / am / docbook.am
1 DOCBOOK_STYLESHEET = \
2         http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/chunk.xsl
3
4 EXTRA_DIST = $(DOCBOOK_FILES)
5
6 html-local:
7         "$(XmllintCmd)" \
8                 --noout \
9                 --xinclude \
10                 --postvalid \
11                 --noent \
12                 "$(srcdir)/$(DOCBOOK_MAIN)"
13
14         "$(XsltprocCmd)" \
15                 --xinclude \
16                 --stringparam base.dir "html/" \
17                 --stringparam chunker.output.indent "yes" \
18                 --stringparam use.id.as.filename "yes" \
19                 --nonet \
20                 "$(DOCBOOK_STYLESHEET)" \
21                 "$(srcdir)/$(DOCBOOK_MAIN)"
22
23 clean-local:
24         -rm -rf "html"