diff --git a/doc/Makefile b/doc/Makefile --- a/doc/Makefile +++ b/doc/Makefile @@ -6,13 +6,18 @@ .rst.html : rst2html.py $< $@ -all: v1.pdf v1.html +all: v1.pdf v1.html installation.pdf installation.html recipe.pdf recipe.html v1.pdf : v1.rst +v1.html : 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 + /bin/rm -f v1.pdf v1.html installation.pdf installation.html recipe.pdf recipe.html #finis \ No newline at end of file