Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-11-15 10:12:43 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-11-15 10:12:43 +0300
commitd7e7161b27f55f5ae1e7f3323c0795c2c70b4797 (patch)
treeb9380fc0cf999066029d9fa8c568d309cc4915ab /Makefile
parent9996b459e15581fcbff22de2f9a2b5173fc2ba5f (diff)
Add small crappy manpage (please improve)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae6332c6e06..bd1901ca003 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ website-upload: doc
scp doc/* ryan@nodejs.org:~/web/nodejs.org/
docclean:
- @-rm -f doc/node.1 doc/api/*.html doc/changelog.html
+ @-rm -f doc/api/*.html doc/changelog.html
clean:
@$(WAF) clean