Files @ bacde69ee1b3
Branch filter:

Location: EI/VirtualLeaf/doc/Makefile

Michael Guravage
Compile leaficon_small.xpm directly into canvas.cpp and revert changes that added a separate icon directory.

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
added src/leaficon_small.xpm
changed src/ChangeLog
changed src/VirtualLeaf-install-windows.nsi
changed src/canvas.cpp
removed icons/leaficon.png
removed icons/leaficon_small.png
.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