demos: spiv: Update cpu counter for multithread filters.
[gfxprim.git] / doc / Makefile
blob3fdfaad95f384abb78864d309331e006660635eb
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 gamma.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
10 api.pdf: api.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
15 clean:
16 rm -f api.html examples.html
17 rm -f api.xml api.fo api.pdf