Browse Source

delete changelog.html on 'make docclean'

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
e8363abb6a
  1. 1
      .gitignore
  2. 2
      Makefile

1
.gitignore

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

2
Makefile

@ -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

Loading…
Cancel
Save