From 027a7e4184689652fe762bf079e37b6a0e3c41ca Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 20 Jun 2002 14:58:21 +0000 Subject: [PATCH] r2144: Debian build --- doc/Makefile | 4 ++-- make-upstream.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 531225b..8a1d07d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.12 2002/05/13 03:19:52 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.13 2002/06/20 14:58:21 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -63,7 +63,7 @@ check: html: $(DOCFILES) @$(CHECK) - @( rm -rf html ; mkdir html; cd html ; jade -t sgml -c ../${CATALOG} -d ${DSSSL_HTML} ../${DOCFILE} > /dev/null; ln -s book1.html index.html; cd ..) + @( rm -rf html ; mkdir html; cd html ; jade -t sgml -c ../${CATALOG} -d ${DSSSL_HTML} ../${DOCFILE} > /dev/null; cp book1.html index.html; cd ..) .PHONY: tex tex: ${TEXFILE} diff --git a/make-upstream.sh b/make-upstream.sh index 660b9ff..1bc4fb9 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -76,7 +76,9 @@ cp -a ${TOPDIR} ${DISTDIR} echo "Cleaning distribution directory ${DISTDIR}" cd ${DISTDIR} +make distclean rm -f upload.sh make-debian.sh make-upstream.sh cvsbp-prepare.sh test-suite/test.config +rm -f rm -f `find . -type f -name .cvsignore` rm -rf `find . -type d -name CVS -or -name .bin` rm -f `find . -type f -name '*~' -or -name '.#*' -or -name '#*#' -or -name ".*~"` -- 2.34.1