summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-16 16:19:56 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-16 16:19:56 (EDT)
commit0b719b7b08cc522108efa0be4d2c4ba675865530 (patch)
treec3ee05750692cf526a7e151f96aa606d9c17566a /man
parentb1d002290ac58991e6a32bfaef3e1b0486675283 (diff)
ob-buildopk(1), ob-gencontrol(1), ob-genchanges(1): Document OB_DO_SOURCE
I lied in the previous commit.
Diffstat (limited to 'man')
-rw-r--r--man/ob-buildopk.1in9
-rw-r--r--man/ob-genchanges.1in7
-rw-r--r--man/ob-gencontrol.1in7
3 files changed, 22 insertions, 1 deletions
diff --git a/man/ob-buildopk.1in b/man/ob-buildopk.1in
index 6731c6a..e98b202 100644
--- a/man/ob-buildopk.1in
+++ b/man/ob-buildopk.1in
@@ -10,8 +10,15 @@ ob-buildopk \- Pack binary package files into opk files
.B ob-buildopk
packs files in binary package staging areas into opk files.
+.SH ENVIRONMENT
+If
+.B OB_DO_SOURCE
+is set and not null,
+.B ob-buildopk
+packs the source package files into a source opk file.
+
.SH COPYRIGHT
-Copyright (C) 2012 Patrick McDermott
+Copyright (C) 2012, 2019 Patrick McDermott
.sp
This file is part of opkbuild.
.sp
diff --git a/man/ob-genchanges.1in b/man/ob-genchanges.1in
index 2661720..6575a2d 100644
--- a/man/ob-genchanges.1in
+++ b/man/ob-genchanges.1in
@@ -11,6 +11,13 @@ ob-genchanges \- Generate a changes file for upload
generates a changes control file to describe and accompany built opk files for
upload to a package archive.
+.SH ENVIRONMENT
+If
+.B OB_DO_SOURCE
+is set and not null,
+.B ob-genchanges
+generates a changes control file for the source package opk file.
+
.SH COPYRIGHT
Copyright (C) 2019 Patrick McDermott
.sp
diff --git a/man/ob-gencontrol.1in b/man/ob-gencontrol.1in
index d24796a..d33a7be 100644
--- a/man/ob-gencontrol.1in
+++ b/man/ob-gencontrol.1in
@@ -12,6 +12,13 @@ file and scripts
makes a control directory for each binary package and populates it with the
package's maintainer scripts and a generated control file.
+.SH ENVIRONMENT
+If
+.B OB_DO_SOURCE
+is set and not null,
+.B ob-gencontrol
+generates a control directory with a control file for the source package.
+
.SH COPYRIGHT
Copyright (C) 2012 Patrick McDermott
.sp