aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel
diff options
context:
space:
mode:
Diffstat (limited to 'doc/devel')
-rw-r--r--doc/devel/ChangeLog6
-rw-r--r--doc/devel/Makefile.am1
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/devel/ChangeLog b/doc/devel/ChangeLog
index ba624b87aa..265dac5ce7 100644
--- a/doc/devel/ChangeLog
+++ b/doc/devel/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-31 Ettore Perazzoli <ettore@ximian.com>
+
+ * Makefile.am (dist-hook): Remove the copying of the
+ index.sgml file which doesn't seem to be generated
+ anywhere anyway.
+
2001-06-25 Peter Williams <peterw@ximian.com>
* Makefile.am: ... and comment out more exec summary stuff.
diff --git a/doc/devel/Makefile.am b/doc/devel/Makefile.am
index 975c17d009..f8597eccf1 100644
--- a/doc/devel/Makefile.am
+++ b/doc/devel/Makefile.am
@@ -159,7 +159,6 @@ endif
dist-hook: dist-check-gtkdoc dist-hook-local
mkdir $(distdir)/html
- test -f $(srcdir)/html/index.sgml && cp $(srcdir)/html/index.sgml $(distdir)/html
files=`echo $(srcdir)/html/*.html` ; \
test '$(srcdir)/html/*.html' = "$$files" \
|| cp $$files $(distdir)/html