From a2398ff9145acb93a9d7d5034bf1eb3c2a425470 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 6 May 2002 20:44:23 +0000 Subject: [PATCH] r1972: *** empty log message *** --- debian/changelog | 6 ++++++ make-upstream.sh | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4393005..7c78709 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ctsim (3.5.1-2) unstable; urgency=low + + * Changed control file. + + -- Kevin Rosenberg Mon, 6 May 2002 14:31:38 -0600 + ctsim (3.5.1-1) unstable; urgency=low * New upstream version. Initial upload (closes: #145724). diff --git a/make-upstream.sh b/make-upstream.sh index 6c0e258..a05fcf2 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -47,9 +47,7 @@ fi if [ ! -f docs/${PKG}.htb -o ! -f docs/html/${PKG}_contents.html -o ! -f docs/${PKG}.pdf ]; then echo "Making documentation" - pushd doc - make all - popd + ../make-doc.sh fi # Prepare for archive @@ -60,7 +58,7 @@ cp -a ${TOPDIR} ${DISTDIR} echo "Cleaning distribution directory ${DISTDIR}" cd ${DISTDIR} -rm -f upload.sh make-debian.sh make-upstream.sh cvsbp-prepare.sh +rm -f upload.sh make-debian.sh make-upstream.sh cvsbp-prepare.sh make-doc.sh rm -f `find . -type f -name .cvsignore` rm -rf `find . -type d -name CVS` rm -f `find . -type f -name '*~' -or -name '.#*' -or -name '#*#' -or -name ".*~"` -- 2.34.1