diff options
author | Herb Lewis <herb@samba.org> | 2001-04-25 17:43:13 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-04-25 17:43:13 +0000 |
commit | 10a5a5a36026ade1b183f13b6f01bb2603c2a325 (patch) | |
tree | 29e6129a7000125e61d7e56df8a21cc4447eb252 /packaging/SGI | |
parent | f9a4518870db2a6ba2aabf949e87fc6ac116ed50 (diff) | |
download | samba-10a5a5a36026ade1b183f13b6f01bb2603c2a325.tar.gz |
don't include docbook directory in doc subpackage (still in src subpackage)
Diffstat (limited to 'packaging/SGI')
-rwxr-xr-x | packaging/SGI/idb.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl index cdbddcb590e..ba051495091 100755 --- a/packaging/SGI/idb.pl +++ b/packaging/SGI/idb.pl @@ -101,6 +101,7 @@ chdir $curdir; # the "*.doc" files from the source tree @docs = sort byfilename grep (!/^docs\/$/ & (/^source\/.*\.doc$/ | /^docs\//),@allfiles); @docs = grep(!/htmldocs\/using_samba/, @docs); +@docs = grep(!/docbook/, @docs); @swatfiles = sort grep(/^packaging\/SGI\/swat/, @allfiles); @catman = sort grep(/^packaging\/SGI\/catman/ & !/\/$/, @allfiles); |