~ubuntu-branches/ubuntu/natty/nodejs/natty

« back to all changes in this revision

Viewing changes to debian/nodejs-waf.1

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, Jérémy Lal, Jonas Smedegaard
  • Date: 2011-02-07 23:39:40 UTC
  • mfrom: (7.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110207233940-ctxh80ux4u7xfybh
Tags: 0.2.6-4
[ Jérémy Lal ]
* Disable simple/test-buffer Buffer.unpack test that fails on ARM.
  The pack/unpack functions are deprecated, and not documented.

[ Jonas Smedegaard ]
* Drop done items from TODO.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH nodejs-waf 1 "11 July 2010"
2
 
.
3
 
.SH NAME
4
 
.
5
 
nodejs-waf - WAF helper for building nodejs modules
6
 
.
7
 
.SH SYNOPSIS
8
 
.B nodejs-waf [\fICOMMAND\fR]
9
 
.
10
 
.SH DESCRIPTION
11
 
.PP
12
 
Helper for the waf build system that is included in nodejs-dev package.
13
 
.P
14
 
Typical usage is :
15
 
\fInodejs-waf\fP \fBconfigure\fR \fBbuild\fR
16
 
.
17
 
.SH ENVIRONMENT VARIABLE
18
 
.P
19
 
\fBNODE_PATH\fR sets the path where the module is installed.
20
 
This environment variable may be set when calling \fBconfigure\fR command.
21
 
If $HOME is set, it defaults to $HOME/.node_libraries, else to /usr/lib/nodejs.
22
 
.
23
 
.SH COMMANDS
24
 
.TP
25
 
\fBdistclean\fR
26
 
Removes all files created by \fInodejs-waf\fP.
27
 
This may be useful when using a new nodejs release.
28
 
.TP
29
 
\fBclean\fR
30
 
.TP
31
 
\fBconfigure\fR
32
 
.TP
33
 
\fBbuild\fR
34
 
.TP
35
 
\fBinstall\fR
36
 
Install to NODE_PATH.
37
 
.TP
38
 
\fBuninstall\fR
39
 
Uninstall module from NODE_PATH.
40
 
.
41
 
.SH "SEE ALSO"
42
 
.
43
 
.BR nodejs(1)