diff doc/ChangeLog @ 9861:cd53ecf0d79a

Correct Makefile.am so that make will halt on error when unable to build doc-cache Subtle error where shell command A || CLEANUP was returning the exit status of CLEANUP on an error rather than an error code because command A failed.
author Rik <rdrider0-list@yahoo.com>
date Tue, 24 Nov 2009 11:57:01 -0800
parents 02d59b67632f
children 4c15e7cd9a14
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-24  Rik <octave@nomad.inbox5.com>
+
+	* interpreter/Makefile.am: 
+	Correct Makefile so that it halts on error when unable to build doc-cache
+
 2009-11-23  Rik <octave@nomad.inbox5.com>
 
 	* faq/Makefile.am, interpreter/Makefile.am, liboctave/Makefile.am: