1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-01 05:47:28 +03:00

Don't generate a Samba-Developers-Guide.{ps,txt} with the contents

of the Samba HOWTO collection
This commit is contained in:
Jelmer Vernooij -
parent 730e2a0931
commit 4ce0e931ab

View File

@ -83,9 +83,9 @@ $(TXTDIR)/Samba-HOWTO-Collection.txt: $(PROJDOC)/samba-doc.sgml
$(DOCBOOK2TXT) -o . $<
mv ./samba-doc.txt $@
$(TXTDIR)/Samba-Developers-Guide.txt: $(PROJDOC)/samba-doc.sgml
$(TXTDIR)/Samba-Developers-Guide.txt: $(DEVDOC)/dev-doc.sgml
$(DOCBOOK2TXT) -o . $<
mv ./samba-doc.txt $@
mv ./dev-doc.txt $@
# PostScript
@ -93,9 +93,9 @@ $(PSDIR)/Samba-HOWTO-Collection.ps: $(PROJDOC)/samba-doc.sgml
$(DOCBOOK2PS) -o . $<
mv ./samba-doc.ps $@
$(PSDIR)/Samba-Developers-Guide.ps: $(PROJDOC)/samba-doc.sgml
$(PSDIR)/Samba-Developers-Guide.ps: $(DEVDOC)/dev-doc.sgml
$(DOCBOOK2PS) -o . $<
mv ./samba-doc.ps $@
mv ./dev-doc.ps $@
# Adobe PDF files