summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2001-04-25 17:43:13 +0000
committerHerb Lewis <herb@samba.org>2001-04-25 17:43:13 +0000
commit10a5a5a36026ade1b183f13b6f01bb2603c2a325 (patch)
tree29e6129a7000125e61d7e56df8a21cc4447eb252 /packaging
parentf9a4518870db2a6ba2aabf949e87fc6ac116ed50 (diff)
downloadsamba-10a5a5a36026ade1b183f13b6f01bb2603c2a325.tar.gz
samba-10a5a5a36026ade1b183f13b6f01bb2603c2a325.tar.xz
samba-10a5a5a36026ade1b183f13b6f01bb2603c2a325.zip
don't include docbook directory in doc subpackage (still in src subpackage)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/SGI/idb.pl1
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);