From e8363abb6a1f1f61e2d4e3e8fcfe73aa1cc406c9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 21 Feb 2010 23:13:40 -0800 Subject: [PATCH] delete changelog.html on 'make docclean' --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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