1nodoc.plug(1)                  rpmrebuild plugin                 nodoc.plug(1)
2
3
4

NAME

6       nodoc.plug - a plugin for rpmrebuild, to remove documentation
7
8

SYNOPSIS

10       rpmrebuild --include nodoc.plug <packagename>
11       or
12       rpmrebuild  --change-spec-files="nodoc.sh [option]" <packagename>
13
14
15       the second allow to choose plugin options
16

DESCRIPTION

18       this plugin is to suppress documentation : man pages and package doc
19
20

OPTIONS

22       -h, --help
23              output help information plugins option and exit.
24
25       -m, --man
26              remove only man pages
27
28       -d, --doc
29              remove only doc (/usr/share/doc) files
30
31       -v, --version
32              print plugin version and exit
33
34

FILES

36       nodoc.plug
37              is the 'include file' for a quicker use
38
39       nodoc.sh
40              contains the code
41
42       nodoc.plug.1
43              is this man page
44
45

EXAMPLES

47       rpmrebuild --include nodoc.plug rpm
48
49

AUTHORS

51       Eric Gerbier <eric.gerbier@tutanota.com>
52
53       See <URL:http://rpmrebuild.sourceforge.net/>.
54
55

NOTES

57       this plugin is given as an example of what can be done
58
59
61       rpmrebuild is copyright (C) 2004 by Eric Gerbier.
62       this program is distributed under GNU General Public License
63       It is provided "as is", without any express or implied warranties.  See
64       the file COPYING for details.
65
66

SEE ALSO

68       rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
69       compat_digest.plug(1), demo.plug(1), demofiles.plug(1),  nodoc.plug(1),
70       uniq.plug(1),    file2pacDep.plug(1),   exclude_file.plug(1),   un_pre‐
71       link.plug(1) set_tag.plug(1), unset_tag.plug(1)
72       man -k rrp for plugins specific manpages
73
74
75
76Eric Gerbier                         2.17                        nodoc.plug(1)
Impressum