Files @ 5469f4c56a53
Branch filter:

Location: EI/VirtualLeaf/doc/Makefile

Michael Guravage
Tweaked Windows installation directories. Turned debugging off in
VirtualLeaf profile - all profiles must be consistent.

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
changed src/ChangeLog
changed src/VirtualLeaf-install.nsi
changed src/VirtualLeaf.pro
.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