aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--doc/Makefile.am7
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bba6883b8..e05c2b7a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-16 Christian Persch <chpe@gnome.org>
+
+ * doc/Makefile.am:
+
+ Add debugging.txt to EXTRA_DIST.
+
2007-06-14 Christian Persch <chpe@gnome.org>
* embed/mozilla/GeckoPrintService.cpp:
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4b9661e83..3c8a68366 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,11 @@
SUBDIRS = reference
+NULL =
+
man_MANS = epiphany.1
EXTRA_DIST = \
- $(man_MANS)
+ $(man_MANS) \
+ bookmarks.txt \
+ debugging.txt \
+ $(NULL)