From e8d5d89277694daac3ec83ce4f606baedcaa930e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 5 Jun 2003 00:24:56 +0000 Subject: @$(@XSLTPROC) -> @$(XSLTPROC). Caught by Vance Lankhaar. (This used to be commit 5612f81e94d3f2b5f70f638b4ed391a2d41ae330) --- docs/docbook/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in index 7847dac9e2..5f8d198c64 100644 --- a/docs/docbook/Makefile.in +++ b/docs/docbook/Makefile.in @@ -199,12 +199,12 @@ $(MANPROJDOC)/smb.conf.5.xml: $(SMBDOTCONFDOC)/smb.conf.5.xml $(SMBDOTCONFDOC)/p $(PROJDOC)/attributions.xml: $(PROJDOC)/samba-doc.xml @echo > $@ # Make sure we don't get recursive dependencies, etc! @echo "Generating attributions page" - @$(@XSLTPROC) --output $@ xslt/generate-attributions.xsl $< + @$(XSLTPROC) --output $@ xslt/generate-attributions.xsl $< $(DEVDOC)/attributions.xml: $(DEVDOC)/dev-doc.xml @echo > $@ # Make sure we don't get recursive dependencies, etc! @echo "Generating attributions page" - @$(@XSLTPROC) --output $@ xslt/generate-attributions.xsl $< + @$(XSLTPROC) --output $@ xslt/generate-attributions.xsl $< $(MANDIR): mkdir $(MANDIR) -- cgit