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:
authorMicheil Smith <micheil@brandedcode.com>2010-10-29 03:52:33 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-10-29 04:17:04 +0400
commit818e56d44bc110753fa9c8003fa069af07cf0371 (patch)
tree1b5b660e632fb5796a315e3118f57127c5514bd0 /Makefile
parent23927751eb103a49ead658aa789527d7a2c023b2 (diff)
Disable make manpage, this is broken and can prevent node from installing correctly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f833a99f1c8..0a2d9e7134b 100644
--- a/Makefile
+++ b/Makefile
@@ -311,14 +311,15 @@ $(builddir)/debug/src/node.o: $(builddir)/debug/src/node_config.h
# TODO install libs
-install: all doc
+#install: all doc
+install: all
$(INSTALL) -d -m 755 '$(PREFIX)/bin'
$(INSTALL) $(builddir)/node '$(PREFIX)/bin'
$(INSTALL) -d -m 755 '$(PREFIX)/share/man/man1/'
$(INSTALL) -d -m 755 '$(PREFIX)/lib/node/wafadmin/Tools'
$(INSTALL) tools/wafadmin/*.py '$(PREFIX)/lib/node/wafadmin'
$(INSTALL) tools/wafadmin/Tools/*.py '$(PREFIX)/lib/node/wafadmin/Tools'
- $(INSTALL) doc/node.1 '$(PREFIX)/share/man/man1/'
+# $(INSTALL) doc/node.1 '$(PREFIX)/share/man/man1/'
libnode-static: $(builddir)/libnode.a
ln -fs $< $@
@@ -371,8 +372,8 @@ $(builddir)/doc/changelog.html: ChangeLog doc/changelog_header.html \
doc/changelog_footer.html
cat doc/changelog_header.html ChangeLog doc/changelog_footer.html > $(builddir)/doc/changelog.html
-$(buildir)/doc/node.1: $(builddir)/node doc/api.markdown all
- $(builddir)/node tools/ronnjs/bin/ronn.js --roff doc/api.markdown > $(builddir)/doc/node.1
+# $(buildir)/doc/node.1: $(builddir)/node doc/api.markdown all
+# $(builddir)/node tools/ronnjs/bin/ronn.js --roff doc/api.markdown > $(builddir)/doc/node.1
website-upload: doc
scp doc/* ryan@nodejs.org:~/web/nodejs.org/