summaryrefslogtreecommitdiff
path: root/man/dselect.cfg.man
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2016-10-05 04:30:17 +0200
committerGuillem Jover <guillem@debian.org>2016-10-30 04:43:27 +0100
commit75439a326729192b9ceeee0021956bda7e89158d (patch)
treef9d868bbe27d166519ae5c323d702ab6e81bc758 /man/dselect.cfg.man
parent6db5b664cd164a553c6c7d2960cc93e83a5ef689 (diff)
downloaddpkg-75439a326729192b9ceeee0021956bda7e89158d.tar.gz
man: Generate the man pages at build time
This makes it possible to filter them and update several variable strings such as system and package pathnames, the release date and the dpkg suite version. And will make it possible to use UTF-8 in the source and convert to the more conservative groff escape sequences on the output.
Diffstat (limited to 'man/dselect.cfg.man')
-rw-r--r--man/dselect.cfg.man38
1 files changed, 38 insertions, 0 deletions
diff --git a/man/dselect.cfg.man b/man/dselect.cfg.man
new file mode 100644
index 000000000..157c66421
--- /dev/null
+++ b/man/dselect.cfg.man
@@ -0,0 +1,38 @@
+.\" dselect manual page - dselect.cfg(5)
+.\"
+.\" Copyright © 2002 Wichert Akkerman <wakkerma@debian.org>
+.\" Copyright © 2009-2011, 2013, 2015 Guillem Jover <guillem@debian.org>
+.\"
+.\" This is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\"
+.\" This is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program. If not, see <https://www.gnu.org/licenses/>.
+.
+.TH dselect.cfg 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
+.SH NAME
+dselect.cfg \- dselect configuration file
+.
+.SH DESCRIPTION
+This file contains default options for dselect. Each line contains a
+single option which is exactly the same as a normal command line
+option for dselect except for the leading hyphens which are not used
+here. Quotes surrounding option values are stripped. Comments are
+allowed by starting a line with a hash sign (\(oq\fB#\fR\(cq).
+.
+.SH FILES
+.I %PKGCONFDIR%/dselect.cfg.d/[0-9a-zA-Z_-]*
+.br
+.I %PKGCONFDIR%/dselect.cfg
+.br
+.I ~/.dselect.cfg
+.
+.SH SEE ALSO
+.BR dselect (1).