Fixed the makefile so that it wouldn't eliminate cvs files and
it won't produce any warning output.
This commit is contained in:
parent
76dcf40f2a
commit
c92ab96ffd
1 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,11 @@ man-install:
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
||||||
clean:
|
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:
|
docs doxygen:
|
||||||
doxygen Cantera.cfg
|
doxygen Cantera.cfg
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue