summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2003-12-11 19:30:07 +0000
committerCarl Worth <cworth@cworth.org>2003-12-11 19:30:07 +0000
commitd098e4ebe7e3b87a66ddbe09bafe3582373a022c (patch)
tree6c006adefb911c2675818b9ae3560dbac22b8d24 /ChangeLog
parent408dd9c07a9b0b755f9338b4cbff9e4292fa391d (diff)
Move man_MANS into the 'if USEDOCBOOK' block.
Move man_MANS into the 'if USEDOCBOOK' block. (all-local): Remove excessive whitespace. Add 'set -e' to abort when any program fails, (avoids printing of 'now type make' after configure aborts).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 545f758..ca1455d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-12-11 Carl Worth <cworth@east.isi.edu>
+
+ * fc-list/Makefile.am (man_MANS): Move man_MANS into the 'if
+ USEDOCBOOK' block.
+
+ * fc-cache/Makefile.am (man_MANS): Move man_MANS into the 'if
+ USEDOCBOOK' block.
+ (all-local): Remove excessive whitespace.
+
+ * autogen.sh: Add 'set -e' to abort when any program fails,
+ (avoids printing of 'now type make' after configure aborts).
+
2003-11-17 Eric Christopherson <rakko@charter.net>
reviewed by: Keith Packard <keithp@keithp.com>