mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
add --disable-xsltproc-net option to pass --nonet to xsltproc
Original commit message from CVS: add --disable-xsltproc-net option to pass --nonet to xsltproc
This commit is contained in:
parent
9139cc81ba
commit
72992d5309
2 changed files with 3 additions and 3 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 895baa0fa0f829ef752424a31bbb2cf68e63842e
|
||||
Subproject commit cd4ca955a5d90042117e5c7946d2d18493ab0a61
|
|
@ -45,7 +45,7 @@ endif #!HAVE_XSLTPROC
|
|||
|
||||
#$(DOC).fo: $(XML) $(PDFS) $(XSLFO) $(XSLFOMODS)
|
||||
# cp magic-pdf magic
|
||||
# xsltproc $(XSLFO) $(MAIN) > $@-t
|
||||
# xsltproc $(XSLTPROC_OPTIONS) $(XSLFO) $(MAIN) > $@-t
|
||||
# mv -f $@-t $@
|
||||
#
|
||||
#$(DOC).pdf: $(DOC).fo
|
||||
|
@ -68,7 +68,7 @@ $(DOC): $(XML) $(PNGS) $(XSLHTML) $(XSLHTMLMODS)
|
|||
-$(RM) -r $@
|
||||
mkdir $@
|
||||
cp magic-png magic
|
||||
xsltproc $(XSLHTML) $(MAIN)
|
||||
xsltproc $(XSLTPROC_OPTIONS) $(XSLHTML) $(MAIN)
|
||||
mv *.html $@
|
||||
cp $(CSS) $@
|
||||
test "x$(PNGS)" != "x" && mkdir $@/images && cp $(PNGS) $@/images || true
|
||||
|
|
Loading…
Reference in a new issue