From e2f1abfc7ec5858be513c44bc4d6e92b303cc793 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 13 Jul 2004 22:47:11 +0000 Subject: Fix "explanation of each parameter" Work on the pearson XSL script a bit more (This used to be commit dd05a7209379053f5eab8c89aff68028c5b6c439) --- docs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Makefile.in') 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) -- cgit