diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-31 16:45:42 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-31 16:45:42 +0800 |
commit | 78f85acdb7636f670cc6662a981572438f5d78da (patch) | |
tree | 754c7535e8b1522f48de3ff68366f7f25a20efac | |
parent | 4110a4d897d21a37f193317a92d5fadddabf3321 (diff) | |
download | gsoc2013-evolution-78f85acdb7636f670cc6662a981572438f5d78da.tar.gz gsoc2013-evolution-78f85acdb7636f670cc6662a981572438f5d78da.tar.zst gsoc2013-evolution-78f85acdb7636f670cc6662a981572438f5d78da.zip |
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
-rw-r--r-- | doc/devel/ChangeLog | 6 | ||||
-rw-r--r-- | doc/devel/Makefile.am | 1 | ||||
-rw-r--r-- | help/devel/ChangeLog | 6 | ||||
-rw-r--r-- | help/devel/Makefile.am | 1 |
4 files changed, 12 insertions, 2 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 diff --git a/help/devel/ChangeLog b/help/devel/ChangeLog index ba624b87aa..265dac5ce7 100644 --- a/help/devel/ChangeLog +++ b/help/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/help/devel/Makefile.am b/help/devel/Makefile.am index 975c17d009..f8597eccf1 100644 --- a/help/devel/Makefile.am +++ b/help/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 |