Files @ 1bbab6e592e6
Branch filter:

Location: EI/VirtualLeaf/doc/Makefile

Roeland Merks
Reduced XML write compression mode to 0 (no compression), because Windows seems not to be able to handle it.


user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
changed src/xmlwrite.cpp
.SUFFIXES : .rst .html .pdf

.rst.pdf :
	rst2pdf -s stylesheet.json $< -o $@

.rst.html :
	rst2html.py $< $@

all: v1.pdf v1.html

v1.pdf : v1.rst

v1.html : v1.rst

clean:
	/bin/rm -f v1.pdf v1.html

#finis