2003-06-26 08:48:52 +00:00
|
|
|
XMLFILES = gst-python.xml
|
|
|
|
XSLFILES = common.xsl html.xsl
|
|
|
|
CSSFILES = gst-python.css
|
2003-06-26 08:02:50 +00:00
|
|
|
|
2003-06-26 08:48:52 +00:00
|
|
|
DOCS = gst-python.txt gst-python.html
|
2003-06-26 08:02:50 +00:00
|
|
|
|
2003-06-26 08:48:52 +00:00
|
|
|
all: $(DOCS)
|
2003-06-26 08:02:50 +00:00
|
|
|
|
2003-06-26 08:48:52 +00:00
|
|
|
gst-python.txt: gst-python.xml
|
|
|
|
xmlto txt $<
|
|
|
|
# cp gst-python.txt $(top_builddir)/../README
|
|
|
|
|
|
|
|
gst-python.html: gst-python.xml common.xsl html.xsl
|
|
|
|
xmlto -m common.xsl -m html.xsl xhtml-nochunks $<
|
|
|
|
|
|
|
|
gst-python.pdf: gst-python.xml common.xsl pdf.xsl
|
|
|
|
xmlto -m common.xsl -m pdf.xsl pdf $<
|
|
|
|
|
|
|
|
CLEANFILES = $(DOCS)
|
|
|
|
|
|
|
|
EXTRA_DIST = $(XMLFILES) $(XSLFILES) $(CSSFILES)
|