delete changelog.html on 'make docclean'
This commit is contained in:
parent
05ae932a0e
commit
e8363abb6a
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@ tags
|
|||||||
*.pyc
|
*.pyc
|
||||||
doc/api.xml
|
doc/api.xml
|
||||||
doc/api.html
|
doc/api.html
|
||||||
|
doc/changelog.html
|
||||||
doc/node.1
|
doc/node.1
|
||||||
node
|
node
|
||||||
node_g
|
node_g
|
||||||
|
2
Makefile
2
Makefile
@ -52,7 +52,7 @@ website-upload: doc
|
|||||||
scp doc/* ryan@nodejs.org:~/tinyclouds/node/
|
scp doc/* ryan@nodejs.org:~/tinyclouds/node/
|
||||||
|
|
||||||
docclean:
|
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
|
clean: docclean
|
||||||
@$(WAF) clean
|
@$(WAF) clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user