Files @ fe6571574827
Branch filter:

Location: EI/VirtualLeaf/doc/Makefile

Michael Guravage
Merge Roeland's recent changes to correct some problems with software deployment on MacOSX.

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch merge
branch 'default'
changed doc/mac-deploy-howto.txt
changed src/VirtualLeaf.pro
changed src/perl/deploymodel.pl
.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