diff options
author | Benjamin Drung <bdrung@ubuntu.com> | 2009-12-02 23:28:13 +0100 |
---|---|---|
committer | Benjamin Drung <bdrung@ubuntu.com> | 2009-12-02 23:28:13 +0100 |
commit | 8a5b6aa5c3b75bf5986e9d212ad4072a63a17407 (patch) | |
tree | ff5c741e0acd13840ff49b76615ccccd094e4e62 /man/xpi-pack.1 | |
parent | 1b00495bcee19050cb2fcc1e5a62959b3fdda4af (diff) |
* med-xpi-{pack,unpack}:
- Drop med- prefix.
- rename man/med-xpi-{pack,unpack}.1 to man/xpi-{pack,unpack}.1
- rename src/med-xpi-{pack,unpack} to src/xpi-{pack,unpack}
- update README
- update src/Makefile
- update src/xpi.mk
Diffstat (limited to 'man/xpi-pack.1')
-rw-r--r-- | man/xpi-pack.1 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/man/xpi-pack.1 b/man/xpi-pack.1 new file mode 100644 index 0000000..e92b499 --- /dev/null +++ b/man/xpi-pack.1 @@ -0,0 +1,34 @@ +.TH XPI-PACK "1" "13 August 2009" + +.SH NAME +xpi-pack \- pack a directory to a XPI file + +.SH SYNOPSIS +\fBxpi-pack\fR <\fBinput_directory\fR> <\fBoutput_XPI_file\fR> + +.SH DESCRIPTION +\fBxpi-pack\fR packs a directory to a XPI file. It takes in consideration the unpacked JAR files, which are unpacked during the call of xpi-unpack script, in order to be able to distribute them through the repositories. +.LP +It is distributed as a part of mozilla-devscripts package, and is automatically called during the build process of Mozilla extension package, if the package includes xpi.mk script in debian/rules file. + + +.SH OPTIONS +.TP +None. + +.SH ENVIRONMENT VARIABLES +.TP +None. + +.SH EXAMPLE +.TP +xpi-pack ubufox ubufox.xpi +Packs the contents of the directory ubufox to file ubufox.xpi. + +.SH SEE ALSO +\fBxpi-unpack\fR + +.SH AUTHOR +\fBxpi-pack\fR was written by Alexander Sack <asac@ubuntu.com> and Sasa Bodiroza <jazzva@gmail.com>, and this manual page by Sasa Bodiroza <jazzva@gmail.com>. + +Both are released under the GNU General Public License, version 2 or later. |