mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
I really don't see this working otherwise. taaz, holler if this breaks for you, so we can work out what this is
Original commit message from CVS: I really don't see this working otherwise. taaz, holler if this breaks for you, so we can work out what this is
This commit is contained in:
parent
b77038b9f2
commit
0ffd6e38e9
1 changed files with 0 additions and 6 deletions
|
@ -32,7 +32,6 @@ tmpbuildcatalog: gst-python.ent
|
|||
|
||||
check: tmpbuildcatalog
|
||||
for d in $(XMLFILES); do \
|
||||
SGML_CATALOG_FILES=$$SGML_CATALOG_FILES\ $(CURDIR)/tmpbuildcatalog \
|
||||
$(XMLLINT) $(XMLLINTFLAGS) $(srcdir)/$$d; \
|
||||
done
|
||||
|
||||
|
@ -50,15 +49,12 @@ xmltoxslflags = $(foreach xsl,$(filter %xsl,$(filter-out $(1),$(2))),-m $(srcdir
|
|||
FULLDEPS = common.xsl full.xsl tmpbuildcatalog
|
||||
|
||||
README.txt: $(READMEFILES) $(FULLDEPS)
|
||||
XML_CATALOG_FILES=$$XML_CATALOG_FILES\ $(CURDIR)/tmpbuildcatalog \
|
||||
$(XMLTO) $(XMLTOFLAGS) $(call xmltoxslflags,$<,$+) txt $<
|
||||
|
||||
README.html: $(READMEFILES) $(FULLDEPS) html.xsl
|
||||
XML_CATALOG_FILES=$$XML_CATALOG_FILES\ $(CURDIR)/tmpbuildcatalog \
|
||||
$(XMLTO) $(XMLTOFLAGS) $(call xmltoxslflags,$<,$+) xhtml-nochunks $<
|
||||
|
||||
README.pdf: $(READMEFILES) $(FULLDEPS) pdf.xsl
|
||||
XML_CATALOG_FILES=$$XML_CATALOG_FILES\ $(CURDIR)/tmpbuildcatalog \
|
||||
$(XMLTO) $(XMLTOFLAGS) $(call xmltoxslflags,$<,$+) pdf $<
|
||||
|
||||
# partial docs
|
||||
|
@ -66,11 +62,9 @@ README.pdf: $(READMEFILES) $(FULLDEPS) pdf.xsl
|
|||
PARTIALDEPS = gst-python.ent common.xsl part.xsl tmpbuildcatalog
|
||||
|
||||
RELNOTES.txt: $(RELNOTESFILES) $(PARTIALDEPS)
|
||||
XML_CATALOG_FILES=$$XML_CATALOG_FILES\ $(CURDIR)/tmpbuildcatalog \
|
||||
$(XMLTO) $(XMLTOFLAGS) $(call xmltoxslflags,$<,$+) txt $<
|
||||
|
||||
%.txt: %.xml $(PARTIALDEPS)
|
||||
XML_CATALOG_FILES=$$XML_CATALOG_FILES\ $(CURDIR)/tmpbuildcatalog \
|
||||
$(XMLTO) $(XMLTOFLAGS) $(call xmltoxslflags,$<,$+) txt $<
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue