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

NAME

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

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

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

FILES

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

EXAMPLES

44       rpmrebuild --include nodoc.plug rpm
45
46

AUTHORS

48       Eric Gerbier <gerbier@users.sourceforge.net>
49
50       See <URL:http://rpmrebuild.sourceforge.net/>.
51

NOTES

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

SEE ALSO

63       rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
64       compat_digest.plug(1), demo.plug(1), demofiles.plug(1),  nodoc.plug(1),
65       uniq.plug(1), file2pacDep.plug(1) set_tag.plug(1) unset_tag.plug(1)
66       man -k rrp for plugins specific manpages
67
68
69
70Eric Gerbier                         2.11                        nodoc.plug(1)
Impressum