1.0.4.107: fix doc/make-doc.sh if "make" command is not GNU make.
authorNIIMI Satoshi <sa2c@users.sourceforge.net>
Thu, 19 Apr 2007 15:48:54 +0000 (15:48 +0000)
committerNIIMI Satoshi <sa2c@users.sourceforge.net>
Thu, 19 Apr 2007 15:48:54 +0000 (15:48 +0000)
First build problem found by James Knight's BuildBot. :-)

doc/make-doc.sh
version.lisp-expr

index 8ce3106..76da726 100644 (file)
@@ -1,3 +1,6 @@
 #!/bin/sh
 
-(cd ./manual ; make html)
+. ../find-gnumake.sh
+find_gnumake
+
+(cd ./manual ; $GNUMAKE html)
index ce17ba4..ce77269 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".)
-"1.0.4.106"
+"1.0.4.107"