summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-11-04 08:37:31 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-11-04 08:37:31 +0100
commite7539ea7e27dbcdb9270677ffc153b4ab1f22a4f (patch)
tree016ce695edd49f7b79643f069598659749cd3aac
parent2fcd2d19add98af05d47d180b9ab8d48743f883b (diff)
Add missing man page debian/scons-configure-cache.1
-rw-r--r--debian/changelog3
-rw-r--r--debian/manpages1
-rw-r--r--debian/scons-configure-cache.127
3 files changed, 31 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 709df9d..ac10d98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ scons (2.5.1-1) UNRELEASED; urgency=medium
* New upstream release.
* debian/patches/0600-manpage-spelling.patch:
- Fix spelling error.
+ * Add missing man page:
+ - New debian/scons-configure-cache.1.
+ - Add new man page to debian/manpages.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 04 Nov 2016 08:05:59 +0100
diff --git a/debian/manpages b/debian/manpages
index ce14d14..b9c7b07 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1,3 +1,4 @@
scons.1
sconsign.1
scons-time.1
+debian/scons-configure-cache.1
diff --git a/debian/scons-configure-cache.1 b/debian/scons-configure-cache.1
new file mode 100644
index 0000000..285e4af
--- /dev/null
+++ b/debian/scons-configure-cache.1
@@ -0,0 +1,27 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
+.TH SCONS-CONFIGURE-CACHE "1" "November 2016" "scons-configure-cache 1.0" "User Commands"
+.SH NAME
+scons-configure-cache \- Configure Scons cache.
+.SH DESCRIPTION
+usage: scons\-configure\-cache [\-h] [\-\-prefix\-len <number>] [\-\-version]
+.IP
+cache\-dir
+.PP
+Modify the configuration of an scons cache directory
+.SS "positional arguments:"
+.TP
+cache\-dir
+Path to scons cache directory
+.SS "optional arguments:"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.TP
+\fB\-\-prefix\-len\fR <number>
+Length of cache file name used as subdirectory prefix
+.TP
+\fB\-\-version\fR
+show program's version number and exit
+.PP
+Unless you specify an option, it will not be changed (if it is already set in
+the cache config), or changed to an appropriate default (it it is not set).