delete changelog.html on 'make docclean'

This commit is contained in:
Ryan Dahl 2010-02-21 23:13:40 -08:00
parent 05ae932a0e
commit e8363abb6a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ tags
*.pyc
doc/api.xml
doc/api.html
doc/changelog.html
doc/node.1
node
node_g

View File

@ -52,7 +52,7 @@ website-upload: doc
scp doc/* ryan@nodejs.org:~/tinyclouds/node/
docclean:
@-rm -f doc/node.1 doc/api.xml doc/api.html
@-rm -f doc/node.1 doc/api.xml doc/api.html doc/changelog.html
clean: docclean
@$(WAF) clean