nodoc.plug.1rrp - Man Page
a plugin for rpmrebuild, to remove documentation
Synopsis
rpmrebuild --include nodoc.plug <packagename>
or
rpmrebuild --change-spec-files="nodoc.sh [option]" <packagename>
the second allow to choose plugin options
Description
this plugin is to suppress documentation : man pages and package doc
Options
- -h, --help
output help information plugins option and exit.
- -m, --man
remove only man pages
- -d, --doc
remove only doc (/usr/share/doc) files
- -v, --version
print plugin version and exit
Files
- nodoc.plug
is the 'include file' for a quicker use
- nodoc.sh
contains the code
- nodoc.plug.1
is this man page
Examples
rpmrebuild --include nodoc.plug rpm
Authors
Eric Gerbier <eric.gerbier@tutanota.com>
See <URL:http://rpmrebuild.sourceforge.net/>.
Notes
this plugin is given as an example of what can be done
Copyright
rpmrebuild is copyright (C) 2004 by Eric Gerbier.
this program is distributed under GNU General Public License
It is provided "as is", without any express or implied warranties. See the file COPYING for details.
See Also
rpm(8), rpmbuild(8), rpmrebuild_plugins(1)
compat_digest.plug(1), demo.plug(1), demofiles.plug(1), nodoc.plug(1), uniq.plug(1), file2pacDep.plug(1), exclude_file.plug(1), un_prelink.plug(1) set_tag.plug(1), unset_tag.plug(1)
man -k rrp for plugins specific manpages
Referenced By
compat_digest.plug.1rrp(1), demofiles.plug.1rrp(1), demo.plug.1rrp(1), exclude_file.plug.1rrp(1), file2pacDep.plug.1rrp(1), rpmrebuild_plugins(1), set_tag.plug.1rrp(1), uniq.plug.1rrp(1), un_prelink.plug.1rrp(1), unset_tag.plug.1rrp(1).