summaryrefslogtreecommitdiff
path: root/docs/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-07-13 22:47:11 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:59 -0500
commite2f1abfc7ec5858be513c44bc4d6e92b303cc793 (patch)
tree6d33ac2d90f0ae10bee8cebf65b62a879b7b17a8 /docs/Makefile.in
parenteb87ee3d8a3c442aa14152ad481916478c4cceb8 (diff)
downloadsamba-e2f1abfc7ec5858be513c44bc4d6e92b303cc793.tar.gz
samba-e2f1abfc7ec5858be513c44bc4d6e92b303cc793.tar.bz2
samba-e2f1abfc7ec5858be513c44bc4d6e92b303cc793.zip
Fix "explanation of each parameter"
Work on the pearson XSL script a bit more (This used to be commit dd05a7209379053f5eab8c89aff68028c5b6c439)
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r--docs/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in
index c391031c4f..ef551e0a78 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -102,7 +102,7 @@ $(DOCBOOKDIR)/%.xml: %/index.xml xslt/expand-sambadoc.xsl
$(DOCBOOKDIR)/%.xml: $(MANPAGEDIR)/%.xml xslt/expand-sambadoc.xsl
mkdir -p $(@D)
- $(XSLTPROC) --stringparam latex.imagebasedir "$*/" --stringparam noreference 1 --output $@ xslt/expand-sambadoc.xsl $<
+ $(XSLTPROC) --xinclude --stringparam latex.imagebasedir "$*/" --stringparam noreference 1 --output $@ xslt/expand-sambadoc.xsl $<
$(DOCBOOKDIR)/manpages.xml: $(MANPAGES_SOURCES) xslt/manpage-summary.xsl
mkdir -p $(@D)