path stuffing

Original commit message from CVS:
path stuffing
This commit is contained in:
Thomas Vander Stichele 2002-01-02 14:51:28 +00:00
parent 5ae1f5855a
commit 77ccc5fd01

View file

@ -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)