diff options
author | Herb Lewis <herb@samba.org> | 2001-04-25 17:47:29 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-04-25 17:47:29 +0000 |
commit | 4157212bbe6c8502d43e2686060d0bf6bf887e9c (patch) | |
tree | 0898fb1ab400c802d2fd6efefe4ed53ca59a0efd /packaging/SGI | |
parent | 10a5a5a36026ade1b183f13b6f01bb2603c2a325 (diff) | |
download | samba-4157212bbe6c8502d43e2686060d0bf6bf887e9c.tar.gz |
might as well remove yodldocs from doc subpackage as well
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 ba051495091..dd86aed86ec 100755 --- a/packaging/SGI/idb.pl +++ b/packaging/SGI/idb.pl @@ -102,6 +102,7 @@ chdir $curdir; @docs = sort byfilename grep (!/^docs\/$/ & (/^source\/.*\.doc$/ | /^docs\//),@allfiles); @docs = grep(!/htmldocs\/using_samba/, @docs); @docs = grep(!/docbook/, @docs); +@docs = grep(!/yodldocs/, @docs); @swatfiles = sort grep(/^packaging\/SGI\/swat/, @allfiles); @catman = sort grep(/^packaging\/SGI\/catman/ & !/\/$/, @allfiles); |