aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/tests/message/Makefile.am5
-rw-r--r--executive-summary/ChangeLog5
-rw-r--r--executive-summary/Makefile.am2
5 files changed, 14 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 17bfb1a6a2..ff43bef19b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ SUBDIRS = \
ui \
default_user \
tools \
- po \
- doc
+ po
+# doc
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 89b2654094..8f55e500a9 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-08 JP Rosevear <jpr@helixcode.com>
+
+ * tests/message/Makefile.am: Remove test3 from build until the files
+ show up
+
2000-12-09 Not Zed <NotZed@HelixCode.com>
* camel-mime-message.c (camel_mime_message_set_date): Change the
diff --git a/camel/tests/message/Makefile.am b/camel/tests/message/Makefile.am
index aa430fa409..2656a007d9 100644
--- a/camel/tests/message/Makefile.am
+++ b/camel/tests/message/Makefile.am
@@ -14,10 +14,9 @@ LDADD = \
check_PROGRAMS = \
test1 \
- test2 \
- test3
+ test2
-TESTS = test1 test2 test3
+TESTS = test1 test2
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index dca7a33b6a..944be43c87 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-08 JP Rosevear <jpr@helixcode.com>
+
+ * Makefile.am: Remove files from extra_dist since they are already
+ listed
+
2000-12-07 Iain Holmes <iain@helixcode.com>
* summary.html: Prettier HTML summary.
diff --git a/executive-summary/Makefile.am b/executive-summary/Makefile.am
index 5d41e71650..98ef042d60 100644
--- a/executive-summary/Makefile.am
+++ b/executive-summary/Makefile.am
@@ -6,5 +6,3 @@ oaf_DATA = GNOME_Evolution_Summary.oafinfo
htmldir = $(datadir)/evolution
html_DATA = summary.html
-EXTRA_DIST = $(oaf_DATA) /
- $(html_DATA)