this should do it

Original commit message from CVS:
this should do it
This commit is contained in:
Thomas Vander Stichele 2002-01-02 15:52:43 +00:00
parent fcda311c26
commit 4b4fa80787
2 changed files with 4 additions and 4 deletions

View file

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

View file

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