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 /doc/devel/Makefile.am | |
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
Diffstat (limited to 'doc/devel/Makefile.am')
-rw-r--r-- | doc/devel/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |