remove dot from doc makefile

This commit is contained in:
Arvid Norberg 2009-06-03 08:25:17 +00:00
parent e438a3ccfc
commit c8adc86464
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@ all: html
python $(DOCUTILS)/tools/rst2html.py --template=template.txt --stylesheet-path=style.css --link-stylesheet --no-toc-backlinks $? > $@
cp $@ $(WEB_PATH)/$@
%.png:%.dot
dot -Tpng $? >$@
cp $@ $(WEB_PATH)/$@
%.eps:%.dot
dot -Teps $? >$@
cp $@ $(WEB_PATH)/$@