0.8.10.16:
authorWilliam Harold Newman <william.newman@airmail.net>
Sun, 9 May 2004 20:26:27 +0000 (20:26 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sun, 9 May 2004 20:26:27 +0000 (20:26 +0000)
Teach clean.sh about the new doc/manual/ stuff.

doc/clean.sh
doc/manual/clean.sh [new file with mode: 0644]
find-gnumake.sh
version.lisp-expr

index ef5008a..ceeb298 100644 (file)
@@ -2,5 +2,6 @@
 
 . ../find-gnumake.sh
 find_gnumake
-
 $GNUMAKE clean
+
+(cd manual; sh clean.sh)
diff --git a/doc/manual/clean.sh b/doc/manual/clean.sh
new file mode 100644 (file)
index 0000000..38fdea9
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+. ../../find-gnumake.sh
+find_gnumake
+$GNUMAKE clean
index 6f6e84d..e32c3a1 100644 (file)
@@ -18,5 +18,5 @@ find_gnumake() {
     exit 1
   fi
   export GNUMAKE
-  echo "//GNUMAKE=\"$GNUMAKE\""
+  #echo "//GNUMAKE=\"$GNUMAKE\""
 }
index 252a5da..879865e 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.10.15"
+"0.8.10.16"