summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-02-21 23:13:40 -0800
committerRyan Dahl <ry@tinyclouds.org>2010-02-21 23:13:40 -0800
commite8363abb6a1f1f61e2d4e3e8fcfe73aa1cc406c9 (patch)
tree7334f1734303e2e1deb74a6e07a89cd38bdb9f90
parent05ae932a0efa11678da9dfa3cf642c03859245f0 (diff)
downloadnode-new-e8363abb6a1f1f61e2d4e3e8fcfe73aa1cc406c9.tar.gz
delete changelog.html on 'make docclean'
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index bd85513b42..a5dddba7d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ tags
*.pyc
doc/api.xml
doc/api.html
+doc/changelog.html
doc/node.1
node
node_g
diff --git a/Makefile b/Makefile
index c1438bf5a6..2776d42507 100644
--- a/Makefile
+++ b/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