diff options
-rw-r--r-- | docs/docbook/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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) |