diff options
author | Larry Ewing <lewing@helixcode.com> | 2001-01-18 05:25:20 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-01-18 05:25:20 +0800 |
commit | 50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1 (patch) | |
tree | 3b3655bd8094665cdf1b7ef629ccc28905421b4f | |
parent | 8cb58581578215fc6ee71a3c7e947a558a9ba19c (diff) | |
download | gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar.gz gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar.bz2 gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar.lz gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar.xz gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar.zst gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.zip |
add the doc/devel/importer/Makefile as a target.
2001-01-17 Larry Ewing <lewing@helixcode.com>
* configure.in (EVOLUTION_DIR): add the
doc/devel/importer/Makefile as a target.
* backend/ebook/Makefile.am (oaf_DATA): don't require the pine
oainfo file until it is actually added to the repository. We need
to keep the build working for nightlies to work.
svn path=/trunk/; revision=7597
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 6 | ||||
-rw-r--r-- | configure.in | 1 |
4 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2001-01-17 Larry Ewing <lewing@helixcode.com> + + * configure.in (EVOLUTION_DIR): add the + doc/devel/importer/Makefile as a target. + 2001-01-17 Ettore Perazzoli <ettore@ximian.com> * acconfig.h: Add `SUB_VERSION', remove `XMAILER_VERSION'. diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7a295a6dcd..64621cae94 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-01-17 Larry Ewing <lewing@helixcode.com> + + * backend/ebook/Makefile.am (oaf_DATA): don't require the pine + oainfo file until it is actually added to the repository. We need + to keep the build working for nightlies to work. + 2001-01-16 Jason Leach <jasonleach@usa.net> * backend/pas/pas-backend-file.c (INITIAL_VCARD): s/Helix diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index 83730a1dd3..5bd4340c47 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -142,7 +142,9 @@ BUILT_SOURCES = $(CORBA_SOURCE) CLEANFILES += $(BUILT_SOURCES) oafdir = $(datadir)/oaf -oaf_DATA = GNOME_Evolution_Addressbook_GnomeCard_Importer.oafinfo \ - GNOME_Evolution_Addressbook_Pine_Importer.oafinfo +oaf_DATA = GNOME_Evolution_Addressbook_GnomeCard_Importer.oafinfo + +# add this back when you add the file to the archive ;) +# GNOME_Evolution_Addressbook_Pine_Importer.oafinfo EXTRA_DIST = $(oaf_DATA) diff --git a/configure.in b/configure.in index e3af996363..f541fad410 100644 --- a/configure.in +++ b/configure.in @@ -715,6 +715,7 @@ doc/devel/Makefile doc/devel/calendar/Makefile doc/devel/calendar/cal-client/Makefile doc/devel/calendar/cal-util/Makefile +doc/devel/importer/Makefile ]) echo " |