diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-07-13 22:47:11 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:59 -0500 |
commit | e2f1abfc7ec5858be513c44bc4d6e92b303cc793 (patch) | |
tree | 6d33ac2d90f0ae10bee8cebf65b62a879b7b17a8 /docs/Makefile.in | |
parent | eb87ee3d8a3c442aa14152ad481916478c4cceb8 (diff) | |
download | samba-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.in | 2 |
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) |