summaryrefslogtreecommitdiff
path: root/docs/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-10-05 13:20:54 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:04 -0500
commit71a7ae33e635ed654ccbfd0453a407a3fbb00bc7 (patch)
tree736287818ee8d8c98f8da697482bd4065bd9b11d /docs/Makefile.in
parent9cc8ba875de086f84745e58fe09546ed6ae84ef5 (diff)
downloadsamba-71a7ae33e635ed654ccbfd0453a407a3fbb00bc7.tar.gz
samba-71a7ae33e635ed654ccbfd0453a407a3fbb00bc7.tar.bz2
samba-71a7ae33e635ed654ccbfd0453a407a3fbb00bc7.zip
Start working on samba-specific conversion script to pearson XML
(This used to be commit 4c1aa1723fee757c25f9f6322e7b6905fc4a973a)
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r--docs/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in
index ad46ad2f57..14fe7a87ea 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -228,9 +228,9 @@ $(MANDIR)/%: $(DOCBOOKDIR)/%.xml xslt/man.xsl
# Pearson compatible XML
-$(PEARSONDIR)/%.xml: $(DOCBOOKDIR)/%.xml xslt/pearson.xsl
+$(PEARSONDIR)/%.xml: %/index.xml xslt/pearson.xsl
mkdir -p $(@D)
- $(XSLTPROC) --xinclude --output $@ xslt/pearson.xsl $<
+ $(XSLTPROC) --xinclude --output $@ xslt/sambadoc2pearson.xsl $<
$(PEARSONDIR)/%.report.html: $(PEARSONDIR)/%.xml
mkdir -p $(@D)