X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Ffgis.git;a=blobdiff_plain;f=maketar;fp=maketar;h=0000000000000000000000000000000000000000;hp=2fe58859921f831e2c9123d6e1cbb1223c52a308;hb=c5a9bf19ca03b1c193bc8413b1332e2ed499e280;hpb=c5103c48dce10c8f197c080a953e8958da53fe28 diff --git a/maketar b/maketar deleted file mode 100755 index 2fe5885..0000000 --- a/maketar +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# @(#) maketar - packs all files, neccessary to bring source distribution -# @(#) of fGIS to another machine -# This stuff should go to toplevel Makefile eventually, when I create one - - -# year omitted, becouse file name should fit in msdos file system -tarname=`date +fgis%m%d.tgz` - -# search directories, where something like core files or object files could -# occur -files=`find lib include dll man -type f \! -name core \! -name '*.o' \! -perm +0111 \! -name '*,v' \! -name '*.a'` -tclfiles=`find tcl -type f \! -name core \! -path "*/RCS/*"` -docfiles=`find doc -type f \! -name "*.bak" \! -path "*/RCS/*" \! -name "*.bak"\ - \! -name "*.dvi" \! -name "*.aux" \! -name "*.i??" \! -name "*.log"` -tar czvf $tarname $files fgis.rc $tclfiles $docfiles colors symbols testdata pkgIndex.tcl maketar TODO Makefile