]> www.wagner.pp.ru Git - oss/fgis.git/blobdiff - maketar
The first attempt to automate building process
[oss/fgis.git] / maketar
diff --git a/maketar b/maketar
deleted file mode 100755 (executable)
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