From 0e5e11646e5abe89f73c3e8cf40c9cbaa2cc1383 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 3 May 2002 15:34:44 +0000 Subject: [PATCH] r1893: *** empty log message *** --- copy | 4 ++-- helical/Makefile.am | 2 +- make-dist.sh | 9 ++++----- 3 files changed, 7 insertions(+), 8 deletions(-) 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 \ -- 2.34.1