From 78f85acdb7636f670cc6662a981572438f5d78da Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 31 Jul 2001 08:45:42 +0000 Subject: Remove the copying of the index.sgml file which doesn't seem to be * Makefile.am (dist-hook): Remove the copying of the index.sgml file which doesn't seem to be generated anywhere anyway. svn path=/trunk/; revision=11506 --- doc/devel/ChangeLog | 6 ++++++ doc/devel/Makefile.am | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') 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 + + * 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 * 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 -- cgit