Fixed the makefile so that it wouldn't eliminate cvs files and

it won't produce any warning output.
This commit is contained in:
Harry Moffat 2006-07-25 16:52:52 +00:00
parent 76dcf40f2a
commit c92ab96ffd

View file

@ -16,7 +16,11 @@ man-install:
uninstall:
clean:
cd html; $(RM) *
cd html; mv banner4.jpg .. ; \
$(RM) *.jpg *.png *.html *.map *.md5 *.gif *.dot \
*.css *.hh[ckp] formula.repository ; \
mv ../banner4.jpg .
docs doxygen:
doxygen Cantera.cfg