From: Kevin M. Rosenberg Date: Fri, 3 May 2002 15:34:44 +0000 (+0000) Subject: r1893: *** empty log message *** X-Git-Tag: debian-4.5.3-3~301 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=0e5e11646e5abe89f73c3e8cf40c9cbaa2cc1383 r1893: *** empty log message *** --- diff --git a/copy b/copy index 50eeaa8..a1befe5 100755 --- a/copy +++ b/copy @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash pkg=ctsim debpkg=ctsim @@ -7,6 +7,6 @@ scp ../${pkg}-*.tar.gz ../${pkg}-*.zip ftp.med-info.com:/home/ftp/pub/${pkg}/. pushd /usr/local/src/Packages/${debpkg} scp *z *dsc *deb ftp.med-info.com:/home/ftp/pub/UploadQueue scp *changes ftp.med-info.com:/home/ftp/pub/UploadQueue - ssh ftp.med-info.com "(cd /opt/apache/htdocs/${pkg}.org; make)" +ssh ftp.med-info.com "(cd /opt/apache/htdocs/${pkg}.org; make)" popd diff --git a/helical/Makefile.am b/helical/Makefile.am index a40536f..ce6143e 100644 --- a/helical/Makefile.am +++ b/helical/Makefile.am @@ -1,4 +1,4 @@ -# bin_SCRIPTS = sample-helical.sh +bin_SCRIPTS = sample-helical.sh realclean: rm -f *.pgm *.if *~ *.pj diff --git a/make-dist.sh b/make-dist.sh index 7934db6..a5d6edb 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -29,18 +29,17 @@ cp -a ${TOPDIR} ${DISTDIR} # Remove junk from distribution dir pushd ${DISTDIR} -make clean +make distclean popd rm -f `find ${DISTDIR} -type f -name .cvsignore` rm -rf `find ${DISTDIR} -type d -name CVS` rm -f `find ${DISTDIR} -type f -name '*~' -or -name '.*~' -or \ - -name '.#*' -or -name '#*#'` + -name '.#*' -or -name '#*#' -or -name '*.fig' -or -name '*.psd'` + +rm -rf ${DISTDIR}/images ${DISTDIR}/copy ${DISTDIR}/make-dist.sh # Create original distribution archives rm -rf ${DISTDIR}/debian -pushd ${DISTDIR} -make distclean -popd GZIP=-9 tar czf ${DISTDIR}.tar.gz ${DISTDIR} unix2dos `find ${DISTDIR} -type f -and -name '*.c' -or -name '*.h' -or \