1nodoc.plug(1) rpmrebuild plugin nodoc.plug(1)
2
3
4
6 nodoc.plug - a plugin for rpmrebuild, to remove documentation
7
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
17 this plugin is to suppress documentation : man pages and package doc
18
19
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
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
44 rpmrebuild --include nodoc.plug rpm
45
46
48 Eric Gerbier <gerbier@users.sourceforge.net>
49
50 See <URL:http://rpmrebuild.sourceforge.net/>.
51
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
62 rpm(8), rpmbuild(8), rpmrebuild_plugins(1), demo_plug(1),
63 nodoc.plug(1), uniq.plug(1), file2pacDep.plug(1), 'man -k rrp' for
64 plugins specific manpages
65
66
67
68Eric Gerbier 2.1.1 nodoc.plug(1)