mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
Don't generate a Samba-Developers-Guide.{ps,txt} with the contents
of the Samba HOWTO collection
This commit is contained in:
parent
730e2a0931
commit
4ce0e931ab
@ -83,9 +83,9 @@ $(TXTDIR)/Samba-HOWTO-Collection.txt: $(PROJDOC)/samba-doc.sgml
|
|||||||
$(DOCBOOK2TXT) -o . $<
|
$(DOCBOOK2TXT) -o . $<
|
||||||
mv ./samba-doc.txt $@
|
mv ./samba-doc.txt $@
|
||||||
|
|
||||||
$(TXTDIR)/Samba-Developers-Guide.txt: $(PROJDOC)/samba-doc.sgml
|
$(TXTDIR)/Samba-Developers-Guide.txt: $(DEVDOC)/dev-doc.sgml
|
||||||
$(DOCBOOK2TXT) -o . $<
|
$(DOCBOOK2TXT) -o . $<
|
||||||
mv ./samba-doc.txt $@
|
mv ./dev-doc.txt $@
|
||||||
|
|
||||||
# PostScript
|
# PostScript
|
||||||
|
|
||||||
@ -93,9 +93,9 @@ $(PSDIR)/Samba-HOWTO-Collection.ps: $(PROJDOC)/samba-doc.sgml
|
|||||||
$(DOCBOOK2PS) -o . $<
|
$(DOCBOOK2PS) -o . $<
|
||||||
mv ./samba-doc.ps $@
|
mv ./samba-doc.ps $@
|
||||||
|
|
||||||
$(PSDIR)/Samba-Developers-Guide.ps: $(PROJDOC)/samba-doc.sgml
|
$(PSDIR)/Samba-Developers-Guide.ps: $(DEVDOC)/dev-doc.sgml
|
||||||
$(DOCBOOK2PS) -o . $<
|
$(DOCBOOK2PS) -o . $<
|
||||||
mv ./samba-doc.ps $@
|
mv ./dev-doc.ps $@
|
||||||
|
|
||||||
# Adobe PDF files
|
# Adobe PDF files
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user