X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fmake-tar.sh;h=ab8abf57b3ae7189933dd170a1660dfeae9a4686;hp=7a495102ccc97a73cbbf8e7c053cda2efc59c612;hb=b35ecb17e0406b48556609207aa52e9fee15cec6;hpb=4f10f7dff42e5348b814bdce71d3e4d925bd6ed6 diff --git a/Ada95/make-tar.sh b/Ada95/make-tar.sh index 7a495102..ab8abf57 100644 --- a/Ada95/make-tar.sh +++ b/Ada95/make-tar.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: make-tar.sh,v 1.2 2010/02/20 23:45:13 tom Exp $ +# $Id: make-tar.sh,v 1.4 2010/02/27 23:57:56 tom Exp $ ############################################################################## # Copyright (c) 2010 Free Software Foundation, Inc. # # # @@ -55,6 +55,15 @@ mkdir $BUILD/$ROOTNAME cp -p -r * $BUILD/$ROOTNAME/ || exit +# Add the config.* utility scripts from the top-level directory. +for i in . .. +do + for j in config.guess config.sub install-sh tar-copy.sh + do + test -f $i/$j && cp -p $i/$j $BUILD/$ROOTNAME/ + done +done + # Add the ada documentation. mkdir $BUILD/$ROOTNAME/doc || exit cd ../doc/html || exit