cantera/tools/doc/Makefile.in
Harry Moffat c92ab96ffd Fixed the makefile so that it wouldn't eliminate cvs files and
it won't produce any warning output.
2006-07-25 16:52:52 +00:00

29 lines
328 B
Makefile

#
# $Revision$
# $Author$
# $Date$
#
build_ck=@BUILD_CK@
all: docs
install:
man-install:
uninstall:
clean:
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
depends: