aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-04-24 07:29:00 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-04-24 07:29:00 +0800
commit2c8b221e77ecccc5070076ea17da2dd0b4ba94c1 (patch)
tree8cc3b858bf51ad230dbdb573c414b7c29035aa5f
parent2b9cb3edda00e09c53405231032ffb65127b0376 (diff)
downloadgsoc2013-evolution-2c8b221e77ecccc5070076ea17da2dd0b4ba94c1.tar
gsoc2013-evolution-2c8b221e77ecccc5070076ea17da2dd0b4ba94c1.tar.gz
gsoc2013-evolution-2c8b221e77ecccc5070076ea17da2dd0b4ba94c1.tar.bz2
gsoc2013-evolution-2c8b221e77ecccc5070076ea17da2dd0b4ba94c1.tar.lz
gsoc2013-evolution-2c8b221e77ecccc5070076ea17da2dd0b4ba94c1.tar.xz
gsoc2013-evolution-2c8b221e77ecccc5070076ea17da2dd0b4ba94c1.tar.zst
gsoc2013-evolution-2c8b221e77ecccc5070076ea17da2dd0b4ba94c1.zip
Changed dependency for install-data-local from "evolution" to
2001-04-23 Jon Trowbridge <trow@ximian.com> * C/Makefile.am (install-data-local): Changed dependency for install-data-local from "evolution" to "evolution-guide". svn path=/trunk/; revision=9529
-rw-r--r--doc/C/Makefile.am2
-rw-r--r--doc/ChangeLog5
-rw-r--r--help/C/Makefile.am2
-rw-r--r--help/ChangeLog5
4 files changed, 12 insertions, 2 deletions
diff --git a/doc/C/Makefile.am b/doc/C/Makefile.am
index 6aa9035909..90b0e0ea2f 100644
--- a/doc/C/Makefile.am
+++ b/doc/C/Makefile.am
@@ -32,7 +32,7 @@ dist-hook:
mkdir $(distdir)/evolution/stylesheet-images
-cp evolution/stylesheet-images/* $(distdir)/evolution/stylesheet-images
-install-data-local: evolution
+install-data-local: evolution-guide
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)
-for file in $(srcdir)/evolution/*.html $(srcdir)/evolution/*.css; do \
basefile=`basename $$file`; \
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 16226fafc1..1b5327ee46 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-23 Jon Trowbridge <trow@ximian.com>
+
+ * C/Makefile.am (install-data-local): Changed dependency for
+ install-data-local from "evolution" to "evolution-guide".
+
2001-04-23 Ettore Perazzoli <ettore@ximian.com>
* C/Makefile.am (evolution-guide): Use `$(srcdir)' here.
diff --git a/help/C/Makefile.am b/help/C/Makefile.am
index 6aa9035909..90b0e0ea2f 100644
--- a/help/C/Makefile.am
+++ b/help/C/Makefile.am
@@ -32,7 +32,7 @@ dist-hook:
mkdir $(distdir)/evolution/stylesheet-images
-cp evolution/stylesheet-images/* $(distdir)/evolution/stylesheet-images
-install-data-local: evolution
+install-data-local: evolution-guide
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)
-for file in $(srcdir)/evolution/*.html $(srcdir)/evolution/*.css; do \
basefile=`basename $$file`; \
diff --git a/help/ChangeLog b/help/ChangeLog
index 16226fafc1..1b5327ee46 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-23 Jon Trowbridge <trow@ximian.com>
+
+ * C/Makefile.am (install-data-local): Changed dependency for
+ install-data-local from "evolution" to "evolution-guide".
+
2001-04-23 Ettore Perazzoli <ettore@ximian.com>
* C/Makefile.am (evolution-guide): Use `$(srcdir)' here.