1 all: api.html examples.html
3 api.html
: general.txt api.txt context.txt loaders.txt filters.txt \
4 basic_types.txt drawing_api.txt backends.txt
5 asciidoc
-a toc api.txt
7 examples.html
: examples.txt ..
/demos
/c_simple
/*.c ..
/demos
/py_simple
/*.py
8 asciidoc
-a toc examples.txt
11 asciidoc
-b docbook api.txt
12 xsltproc
/usr
/share
/sgml
/docbook
/xsl-stylesheets
/fo
/docbook.xsl api.xml
> api.fo
13 fop api.fo
-pdf api.pdf
16 rm -f api.html examples.html
17 rm -f api.xml api.fo api.pdf