mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
path stuffing
Original commit message from CVS: path stuffing
This commit is contained in:
parent
5ae1f5855a
commit
77ccc5fd01
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
DOC=gstreamer-manual
|
||||
MAIN=$(DOC).xml
|
||||
XML=$(shell echo *.xml)
|
||||
XML=$(shell echo $(srcdir)/*.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 *.fig)
|
||||
FIGS=$(shell echo $(srcdir)/*.fig)
|
||||
PNGS=$(FIGS:.fig=.png)
|
||||
PDFS=$(FIGS:.fig=.pdf)
|
||||
SRC=$(XML)
|
||||
|
|
Loading…
Reference in a new issue