aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--data/Makefile.am5
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c9a7d58d9..925c5c4ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-06 Edd Dumbill <edd@usefulinc.com>
+
+ * data/Makefile.am:
+
+ Fix EXTRA_DIST
+
2003-03-05 Marco Pesenti Gritti <marco@it.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c:
diff --git a/data/Makefile.am b/data/Makefile.am
index 26e4bbe44..f53708b5d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -21,8 +21,6 @@ schema_DATA = epiphany.schemas
aboutdir = $(pkgdatadir)
about_DATA = epiphany.html
-EXTRA_DIST = $(glade_DATA)
-
install-data-local:
if test -z "$(DESTDIR)" ; then \
for p in $(schema_DATA) ; do \
@@ -34,5 +32,6 @@ CLEANFILES = $(server_DATA) $(Applications_DATA) $(schema_DATA)
EXTRA_DIST = $(server_in_files) \
$(schema_in_files) \
- $(DESKTOP_IN_FILES)
+ $(DESKTOP_IN_FILES) \
+ $(about_DATA)