aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2001-01-26 02:00:22 +0800
committerChris Lahey <clahey@src.gnome.org>2001-01-26 02:00:22 +0800
commit191c0c006ac3885234033e2ddaf14c6a3679ef9e (patch)
treeb586efbb92c642812e8eb5ad9b6334a8b9ee3027
parentac2b078ef5a56bde51b71795417e2ec72924fe2e (diff)
downloadgsoc2013-evolution-191c0c006ac3885234033e2ddaf14c6a3679ef9e.tar
gsoc2013-evolution-191c0c006ac3885234033e2ddaf14c6a3679ef9e.tar.gz
gsoc2013-evolution-191c0c006ac3885234033e2ddaf14c6a3679ef9e.tar.bz2
gsoc2013-evolution-191c0c006ac3885234033e2ddaf14c6a3679ef9e.tar.lz
gsoc2013-evolution-191c0c006ac3885234033e2ddaf14c6a3679ef9e.tar.xz
gsoc2013-evolution-191c0c006ac3885234033e2ddaf14c6a3679ef9e.tar.zst
gsoc2013-evolution-191c0c006ac3885234033e2ddaf14c6a3679ef9e.zip
Added create-initial.
2001-01-25 Christopher James Lahey <clahey@helixcode.com> * local/Contacts/Makefile.am (defaultcalendar_DATA): Added create-initial. * local/Contacts/create-initial: New empty file to trigger the contact manager to add the initial Hello contact. svn path=/trunk/; revision=7815
-rw-r--r--default_user/ChangeLog8
-rw-r--r--default_user/local/Contacts/Makefile.am3
-rw-r--r--default_user/local/Contacts/create-initial0
3 files changed, 10 insertions, 1 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog
index 8ad3efb440..a7a00fcdb7 100644
--- a/default_user/ChangeLog
+++ b/default_user/ChangeLog
@@ -1,3 +1,11 @@
+2001-01-25 Christopher James Lahey <clahey@helixcode.com>
+
+ * local/Contacts/Makefile.am (defaultcalendar_DATA): Added
+ create-initial.
+
+ * local/Contacts/create-initial: New empty file to trigger the
+ contact manager to add the initial Hello contact.
+
2001-01-08 Damon Chaplin <damon@helixcode.com>
* local/Makefile.am (SUBDIRS): added Tasks subdir.
diff --git a/default_user/local/Contacts/Makefile.am b/default_user/local/Contacts/Makefile.am
index 6c0407f9e4..3a30a122fe 100644
--- a/default_user/local/Contacts/Makefile.am
+++ b/default_user/local/Contacts/Makefile.am
@@ -1,4 +1,5 @@
defaultcalendardir = $(datadir)/evolution/default_user/local/Contacts
defaultcalendar_DATA = \
- folder-metadata.xml
+ folder-metadata.xml \
+ create-initial
EXTRA_DIST = $(defaultcalendar_DATA)
diff --git a/default_user/local/Contacts/create-initial b/default_user/local/Contacts/create-initial
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/default_user/local/Contacts/create-initial