move using_samba to swat directory
authorHerb Lewis <herb@samba.org>
Tue, 2 May 2000 23:46:47 +0000 (23:46 +0000)
committerHerb Lewis <herb@samba.org>
Tue, 2 May 2000 23:46:47 +0000 (23:46 +0000)
packaging/SGI/idb.pl

index 00843777ca589c743a3f750eecf64466c53d038e..44877f06ddee695ec960874b3caf56f2db556386 100755 (executable)
@@ -85,7 +85,7 @@ closedir(DIR);
 # install the swat files
 chdir "$SRCDIR/source";
 system("chmod +x ./script/installswat.sh");
-system("./script/installswat.sh  ../packaging/SGI/swat ./");
+system("./script/installswat.sh  ../packaging/SGI/swat ./ ../packaging/SGI/swat/using_samba");
 system("cp -f ../swat/README ../packaging/SGI/swat");
 chdir $curdir;
 
@@ -100,6 +100,7 @@ chdir $curdir;
 # the files installed in docs include all the original files in docs plus all
 # the "*.doc" files from the source tree
 @docs = sort byfilename grep (!/^docs\/$/ & (/^source\/.*\.doc$/ | /^docs\//),@allfiles);
+@docs = grep(!/htmldocs\/using_samba/, @docs);
 
 @swatfiles = sort grep(/^packaging\/SGI\/swat/, @allfiles);
 @catman = sort grep(/^packaging\/SGI\/catman/ & !/\/$/, @allfiles);