mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
0.8.10.16:
Teach clean.sh about the new doc/manual/ stuff.
This commit is contained in:
parent
c0ea1cc4a9
commit
bfdb13b52f
|
|
@ -2,5 +2,6 @@
|
|||
|
||||
. ../find-gnumake.sh
|
||||
find_gnumake
|
||||
|
||||
$GNUMAKE clean
|
||||
|
||||
(cd manual; sh clean.sh)
|
||||
|
|
|
|||
5
doc/manual/clean.sh
Normal file
5
doc/manual/clean.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ../../find-gnumake.sh
|
||||
find_gnumake
|
||||
$GNUMAKE clean
|
||||
|
|
@ -18,5 +18,5 @@ find_gnumake() {
|
|||
exit 1
|
||||
fi
|
||||
export GNUMAKE
|
||||
echo "//GNUMAKE=\"$GNUMAKE\""
|
||||
#echo "//GNUMAKE=\"$GNUMAKE\""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue