Files @ bd77d1217180
Branch filter:

Location: EI/VirtualLeaf/doc/Makefile

Michael Guravage
Added first auxin transport protocol: Auxin upstream pumping.

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
added data/leaves/myAuxin.xml
added src/protocols/MyAuxinModel/Makefile
added src/protocols/MyAuxinModel/myauxinmodel.cpp
added src/protocols/MyAuxinModel/myauxinmodel.h
added src/protocols/MyAuxinModel/myauxinmodel.pro
changed src/protocols/Makefile
.SUFFIXES : .rst .html .pdf

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

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

all: v1.pdf v1.html installation.pdf installation.html recipe.pdf recipe.html 

v1.pdf : v1.rst
v1.html : v1.rst

installation.pdf : installation.rst
installation.html : installation.rst

recipe.pdf : recipe.rst
recipe.html : recipe.rst

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

#finis