summaryrefslogtreecommitdiff
path: root/man/dh_xul-ext.1
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@ubuntu.com>2010-01-07 14:38:39 +0100
committerBenjamin Drung <bdrung@ubuntu.com>2010-01-07 14:38:39 +0100
commit65906c85d02b8a5efd42caddfeac101fac0deed6 (patch)
tree0c22be8d3c7337e69ae03619588fbe4e11365628 /man/dh_xul-ext.1
parent94b031ec30038c9ede5a9cf1416f754fa510b85a (diff)
- wrote man page for dh_xul-ext
- add man/dh_xul-ext.1 - update src/Makefile
Diffstat (limited to 'man/dh_xul-ext.1')
-rw-r--r--man/dh_xul-ext.143
1 files changed, 43 insertions, 0 deletions
diff --git a/man/dh_xul-ext.1 b/man/dh_xul-ext.1
new file mode 100644
index 0000000..e35ea8a
--- /dev/null
+++ b/man/dh_xul-ext.1
@@ -0,0 +1,43 @@
+.\"Copyright (c) 2010 Benjamin Drung <bdrung@ubuntu.com>
+.\"
+.\"Permission is hereby granted, free of charge, to any person obtaining a copy
+.\"of this software and associated documentation files (the "Software"), to deal
+.\"in the Software without restriction, including without limitation the rights
+.\"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+.\"copies of the Software, and to permit persons to whom the Software is
+.\"furnished to do so, subject to the following conditions:
+.\"
+.\"The above copyright notice and this permission notice shall be included in
+.\"all copies or substantial portions of the Software.
+.\"
+.\"THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+.\"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+.\"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+.\"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+.\"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+.\"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+.\"THE SOFTWARE.
+.TH DH_XUL-EXT "1" "January 2010" "dh_xul-ext" "mozilla-devscripts suite"
+.SH NAME
+dh_xul-ext \- calculate XUL extension dependencies
+.SH SYNOPSIS
+.B dh_xul-ext
+[\fIoptions\fP]
+.SH DESCRIPTION
+.B dh_xul-ext
+is a helper tool for packaging XUL extensions. It calculates the supported
+XUL applications for the packages that contain an install.rdf file. It will set
+the substitution variables xpi:Recommends, xpi:Enhances, and xpi:Provides.
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Display a brief help message.
+.TP
+\fB\-p\fR \fIpackage\fP, \fB\-\-package\fR=\fIpackage\fP
+Calcalate the substvars only for the specified package. If this parameter is not
+provided, all package listed in the control file will be processed.
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Print more information.
+.SH AUTHOR
+Benjamin Drung <bdrung@gmail.com>