summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-07-22 14:06:32 +0000
committerjbj <devnull@localhost>2000-07-22 14:06:32 +0000
commit646ced58119d80f675c5ac4dd5bdc41f9cc1e756 (patch)
tree6dff7fc93e7b8dae6ec7893bfa2ed08e0e4e2c47 /scripts
parentcf0e8e43d2823c27cc1c417c002f49ac1aef96b1 (diff)
downloadrpm-646ced58119d80f675c5ac4dd5bdc41f9cc1e756.tar.gz
rpm-646ced58119d80f675c5ac4dd5bdc41f9cc1e756.tar.bz2
rpm-646ced58119d80f675c5ac4dd5bdc41f9cc1e756.zip
Add ./usr/share/doc/*/man/man*
CVS patchset: 3973 CVS date: 2000/07/22 14:06:32
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/brp-compress3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/brp-compress b/scripts/brp-compress
index 4ea4ccb44..25f61c7c2 100755
--- a/scripts/brp-compress
+++ b/scripts/brp-compress
@@ -13,7 +13,8 @@ COMPRESS_EXT=.gz
for d in ./usr/man/man* ./usr/man/*/man* ./usr/info \
./usr/share/man/man* ./usr/share/man/*/man* ./usr/share/info \
- ./usr/kerberos/man ./usr/X11R6/man/man* ./usr/lib/perl5/man/man*
+ ./usr/kerberos/man ./usr/X11R6/man/man* ./usr/lib/perl5/man/man* \
+ ./usr/share/doc/*/man/man*
do
[ -d $d ] || continue
for f in `find $d -type f`