Files @ b3943d0b8126
Branch filter:

Location: EI/VirtualLeaf/doc/Makefile - annotation

Michael Guravage
Added a Q3FileDialog in canvas.cpp:Main::exportCellData() inquire
where to write the exportCellData.

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
added doc/Makefile
added doc/stylesheet.json
added doc/v1.html
added doc/v1.pdf
added doc/v1.rst
added src/leaficon.png
changed src/ChangeLog
changed src/canvas.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