doc: rename node.1 -> iojs.1
PR-URL: https://github.com/iojs/io.js/pull/262 Reviewed-By: Bert Belder <bertbelder@gmail.com>
This commit is contained in:
parent
73b9323488
commit
3f8b76ebd5
2
Makefile
2
Makefile
@ -314,7 +314,7 @@ $(PKG): release-only
|
||||
$(TARBALL): release-only $(NODE_EXE) doc
|
||||
git archive --format=tar --prefix=$(TARNAME)/ HEAD | tar xf -
|
||||
mkdir -p $(TARNAME)/doc/api
|
||||
cp doc/node.1 $(TARNAME)/doc/node.1
|
||||
cp doc/iojs.1 $(TARNAME)/doc/iojs.1
|
||||
cp -r out/doc/api/* $(TARNAME)/doc/api/
|
||||
rm -rf $(TARNAME)/deps/v8/test # too big
|
||||
rm -rf $(TARNAME)/doc/images # too big
|
||||
|
@ -137,9 +137,9 @@ def files(action):
|
||||
action(['src/node.stp'], 'share/systemtap/tapset/')
|
||||
|
||||
if 'freebsd' in sys.platform or 'openbsd' in sys.platform:
|
||||
action(['doc/node.1'], 'man/man1/')
|
||||
action(['doc/iojs.1'], 'man/man1/')
|
||||
else:
|
||||
action(['doc/node.1'], 'share/man/man1/')
|
||||
action(['doc/iojs.1'], 'share/man/man1/')
|
||||
|
||||
if 'true' == variables.get('node_install_npm'): npm_files(action)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user