r1823: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 28 Apr 2002 09:52:35 +0000 (09:52 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 28 Apr 2002 09:52:35 +0000 (09:52 +0000)
Makefile
debian/cl-uffi.doc-base
make-dist.sh

index 91b4b15c2a5a7b72b201a07ef4484f022331220e..ef5af4da22d34ed311ca898e0f41da941fae1f6b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg, M.D.
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.45 2002/04/28 09:01:00 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.46 2002/04/28 09:48:08 kevin Exp $
 #
 # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -52,7 +52,7 @@ doc:
        $(MAKE) -C doc
 
 .PHONY: dist
-dist: distclean
+dist: clean
        $(MAKE) -C doc $@
        @./make-dist.sh
 
index 3b468877ef953d92fd730b3c52589fbcf2694189..ac34c6c07b3108642f1f133f440ae3b3653cfd63 100644 (file)
@@ -1,8 +1,9 @@
 Document: cl-uffi
-Title: Debian UFFI Manual
+Title: UFFI Manual
 Author: Kevin M. Rosenberg
-Abstract: This manual describes how
- to use the UFFI Common Lisp library.
+Abstract: Describes the
+ use the UFFI (Universal Foreign Function Interface)
+ Common Lisp library.
 Section: lisp
 
 Format: postscript
index 8bb25929b4731fe060a3c969d0f39ccfe9f1a1c2..6494c945273ab291a040566079be10d83e0b1de5 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# Creates debian and system-independent archive files
+# Programmer: Kevin Rosenberg based on script used by onShore Development
+
 set -e
 
 VERSION=`cat VERSION`
@@ -12,8 +15,8 @@ DEBDIR=${DEBPKG}-${VERSION}
 
 TAG=upstream_version_`echo $VERSION | tr . _`
 echo "(re)tagging with release tag '$TAG'"
-#cvs -q rtag -d $TAG $PKG
-#cvs -q tag -F $TAG
+cvs -q rtag -d $TAG $PKG
+cvs -q tag -F $TAG
 
 
 # build the tarball
@@ -57,7 +60,7 @@ cd ..
 rm -rf ${DISTDIR}
 rm -rf ${DEBDIR}
 
-lintian ${PKG}_${VERSION}-*.changes
+lintian ${DEBPKG}_${VERSION}-*.changes
 
 cd ${TOPDIR}
 exit 0