mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
this should do it
Original commit message from CVS: this should do it
This commit is contained in:
parent
fcda311c26
commit
4b4fa80787
2 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
DOC=gst-plugin-writers-guide
|
||||
MAIN=$(DOC).xml
|
||||
XML=$(shell echo $(srcdir)/*.xml)
|
||||
XML=$(shell cd $(srcdir) && echo *.xml)
|
||||
XSLFO=$(srcdir)/../xsl/fo.xsl
|
||||
XSLFOMODS=$(srcdir)/../xsl/ulink.xsl $(srcdir)/../xsl/keycombo.xsl
|
||||
XSLHTML=$(srcdir)/../xsl/html.xsl
|
||||
XSLHTMLMODS=$(srcdir)/../xsl/fileext.xsl $(srcdir)/../xsl/admon.xsl \
|
||||
$(srcdir)/../xsl/keycombo.xsl $(srcdir)/../xsl/css.xsl
|
||||
XSLS=$(XSLFO) $(XSLFOMODS) $(XSLHTML) $(XSLHTMLMODS)
|
||||
FIGS= # $(shell echo $(srcdir)/*.fig) (uncomment when pngs are added)
|
||||
FIGS= # $(shell cd $(srcdir) && echo *.fig) (uncomment when pngs are added)
|
||||
PNGS=$(FIGS:.fig=.png)
|
||||
PDFS=$(FIGS:.fig=.pdf)
|
||||
SRC=$(XML)
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
DOC=gstreamer-manual
|
||||
MAIN=$(DOC).xml
|
||||
XML=$(shell echo $(srcdir)/*.xml)
|
||||
XML=$(shell cd $(srcdir) && echo *.xml)
|
||||
XSLFO=$(srcdir)/../xsl/fo.xsl
|
||||
XSLFOMODS=$(srcdir)/../xsl/ulink.xsl $(srcdir)/../xsl/keycombo.xsl
|
||||
XSLHTML=$(srcdir)/../xsl/html.xsl
|
||||
XSLHTMLMODS=$(srcdir)/../xsl/fileext.xsl $(srcdir)/../xsl/admon.xsl \
|
||||
$(srcdir)/../xsl/keycombo.xsl $(srcdir)/../xsl/css.xsl
|
||||
XSLS=$(XSLFO) $(XSLFOMODS) $(XSLHTML) $(XSLHTMLMODS)
|
||||
FIGS=$(shell echo $(srcdir)/*.fig)
|
||||
FIGS=$(shell cd $(srcdir) && echo *.fig)
|
||||
PNGS=$(FIGS:.fig=.png)
|
||||
PDFS=$(FIGS:.fig=.pdf)
|
||||
SRC=$(XML)
|
||||
|
|
Loading…
Reference in a new issue