Commit Graph

106 Commits

Author SHA1 Message Date
3daaf57035 Modified to support gnome-doc-utils. Added Spanish translation. Removed
2006-11-22  Francisco Javier F. Serrador  <serrador@openshine.com>

	* .cvsignore, Makefile.am, configure.in, help/.cvsignore,
	help/ChangeLog, help/Makefile.am, help/C/evolution.xml: Modified
	to support gnome-doc-utils.
	* help/es/es.po: Added Spanish translation.
	* help/omf.make, help/update_po.pl, help/update_translation.pl,
	help/xmldocs.make, help/es/Makefile.am, help/es/topic.dat: Removed
	old files.

svn path=/trunk/; revision=33017
2006-11-22 21:10:19 +00:00
2abbca1519 New file, a script used to build a Win32 zipfile distribution of
2005-12-02  Tor Lillqvist  <tml@novell.com>

	* evolution-zip.in: New file, a script used to build a
	Win32 zipfile distribution of Evolution.

	* Makefile.am
	* configure.in: Distribute and expand it.

svn path=/trunk/; revision=30712
2005-12-02 00:53:16 +00:00
21dc2e013c Distclean should remove the header, not iconv-detect.c
2005-10-25  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am: Distclean should remove the header,
not iconv-detect.c

svn path=/trunk/; revision=30562
2005-10-25 08:04:53 +00:00
27a61acf27 Retired GAL from Head. The relevant files have moved inside evolution.
2005-06-17  Kaushal Kumar  <kakumar@novell.com>

        * Retired GAL from Head. The relevant files have moved inside
        evolution. Thanks to JP Rosevear for performing the cvs surgery. The
        files have been moved in the following order.

        evolution/e-util <- gal/gal/util
        evolution/a11y <-  gal/gal/a11y
        evolution/a11y/e-table <- gal/gal/a11y/e-table
        evolution/a11y/e-text <- gal/gal/a11y/e-text
        evolution/widgets/table <- gal/gal/e-table
        evolution/widgets/text <- gal/gal/e-text
        evolution/widgets/misc <- gal/gal/widgets
        evolution/widgets/misc/pixmaps <- gal/gal/widgets/pixmaps
        evolution/widgets/menus <- gal/gal/menus

        Following is the summary of changes done to fix the build:-
        - New files added to cvs repository,
                - a11y/e-table/Makefile.am
                - a11y/e-text/Makefile.am
                - widgets/table/Makefile.am
                - widgets/text/Makefile.am
                - widgets/misc/pixmaps/Makefile.am
                - iconv-detect.h
                - iconv-detect.c
        - Updated configure.in.
        - Updated all the relevant Makefile.am files.
        - Updated the include paths to replace all gal references.
        - Updated the marshal list to suit gal files requirements.

svn path=/trunk/; revision=29522
2005-06-17 15:20:35 +00:00
bb518cc4f0 Add win32.
2005-06-15  Tor Lillqvist  <tml@novell.com>

	* Makefile.am (SUBDIRS): Add win32.

svn path=/trunk/; revision=29512
2005-06-15 19:49:08 +00:00
4a971f2e17 remove *.pc and intltool-* files generated by configure when running make
2005-02-23  Björn Torkelsson <torkel@acc.umu.se>

	* Makefile.am (DISTCLEANFILES): remove *.pc and intltool-*
	files generated by configure when running make distclean.

svn path=/trunk/; revision=28891
2005-02-25 18:02:09 +00:00
5c36720460 added evolution-plugin.pc, pkg-config file required for plugin
2004-12-16  Not Zed  <NotZed@Ximian.com>

        * Makefile.am, configure.in: added evolution-plugin.pc, pkg-config
        file required for plugin development.

svn path=/trunk/; revision=28134
2004-12-16 12:19:22 +00:00
b63a56247a Make evolution mail link to camel-provider not camel only. Removed some
2004-12-02  Not Zed  <NotZed@Ximian.com>

        * configure.in: Make evolution mail link to camel-provider not
        camel only.  Removed some camel stuff.

2004-11-16  Not Zed  <NotZed@Ximian.com>

        * Makefile.am (SUBDIRS): removed camel.

        * configure.in: Removed camel building, fixed module includes to
        use camel via packageconfig.

2004-11-15  Not Zed  <NotZed@Ximian.com>

        * configure.in: Added libeds to camel and mail and filter cflags.

svn path=/trunk/; revision=28053
2004-12-03 03:44:31 +00:00
4412181b30 dist plugin.mk
2004-11-01  JP Rosevear  <jpr@novell.com>

	* Makefile.am: dist plugin.mk

svn path=/trunk/; revision=27785
2004-11-01 20:08:53 +00:00
a45875e43e list plugins as a subdir
2004-10-20  JP Rosevear  <jpr@novell.com>

	* Makefile.am: list plugins as a subdir

	* plugins/Makefile.am: build enabled plugins

	* plugin.mk: simple rule for creating .eplug files

	* configure.in: add plugin foo; --enable-plugins=all turns them
	all on, or you can --enable-plugins="<plugin dir> <plugin dir>" to
	list specific ones

svn path=/trunk/; revision=27640
2004-10-20 05:17:54 +00:00
942040b2bf cp the unversioned file rather than mv'ing it so it doesn't get
* Makefile.am (%-$(BASE_VERSION).pc): cp the unversioned file
        rather than mv'ing it so it doesn't get regenerated at install
        time.

svn path=/trunk/; revision=24727
2004-02-12 20:16:13 +00:00
166ac1892f default_user is gone
2003-12-29  JP Rosevear <jpr@ximian.com>

	* configure.in: default_user is gone

	* Makefile.am: ditto

svn path=/trunk/; revision=24020
2003-12-29 20:28:37 +00:00
b894813e87 remove.
2003-12-15  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (ACLOCAL_AMFLAGS): remove.

svn path=/trunk/; revision=23945
2003-12-15 20:14:11 +00:00
d6360c202d make sure server.mk is disted
2003-11-17  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: make sure server.mk is disted

svn path=/trunk/; revision=23393
2003-11-17 16:31:13 +00:00
d731705f50 do the right thing for disting
2003-11-17  JP Rosevear <jpr@ximian.com>

	* Makefile.am (EXTRA_DIST): do the right thing for disting

svn path=/trunk/; revision=23391
2003-11-17 16:01:37 +00:00
e065bb0549 Install versioned package config files
2003-11-17 JP Rosevear <jpr@ximian.com>

	* Makefile.am: Install versioned package config files

svn path=/trunk/; revision=23386
2003-11-17 14:02:34 +00:00
3a018af3a1 remove libversit from the build.
2003-11-11  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (SUBDIRS): remove libversit from the build.

	* configure.in (CERT_UI): change the libraries we link.
	(AC_OUTPUT): remove libversit/Makefile

	* libversit/*: nuke it all

svn path=/trunk/; revision=23290
2003-11-12 00:11:22 +00:00
200606f928 Various changes to merge in evolution-data-server reliance.
svn path=/trunk/; revision=23206
2003-11-07 05:52:24 +00:00
302a9b1ed5 use $SMIME_DIR. instead of explicitly including smime.
2003-10-29  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (SUBDIRS): use $SMIME_DIR. instead of explicitly
	including smime.

	* configure.in: add some smime foo - a status message, an
	AM_CONDITIONAL (ENABLE_SMIME)

svn path=/trunk/; revision=23123
2003-10-29 20:16:03 +00:00
71e7cc3890 add smime/* dirs. to AC_OUTPUT.
2003-10-23  Chris Toshok  <toshok@ximian.com>

	* configure.in: add smime/* dirs. to AC_OUTPUT.

	* Makefile.am (SUBDIRS): add smime/.

svn path=/trunk/; revision=23047
2003-10-23 17:22:12 +00:00
653cfffc0e Merge new-ui-branch to the trunk.
svn path=/trunk/; revision=22965
2003-10-21 18:49:34 +00:00
7e3eb5f87d add a11y/widgets/Makefile move a11y directory before widgets directory.
2003-08-27  Bolian Yin <bolian.yin@sun.com>

        * configure.in: add a11y/widgets/Makefile
        * Makefile.am: move a11y directory before widgets directory.

svn path=/trunk/; revision=22383
2003-08-27 03:35:57 +00:00
d5b0f9dc9d Add a11y checking, and a11y Makefiles add a11y subdirectory
2003-08-20  Bolian Yin <bolian.yin@sun.com>

        * configure.in: Add a11y checking, and a11y Makefiles
        * Makefile.am: add a11y subdirectory

svn path=/trunk/; revision=22304
2003-08-20 08:05:21 +00:00
fb9b835fe3 Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h files
* configure.in: Define EVO_MARSHAL_RULE, which creates glib
	marshaller .c and .h files that don't cause gcc warnings

	* marshal.mk: The Makefile fragment used by EVO_MARSHAL_RULE.
	(Can't include newlines in an AC_SUBST, so we have to use
	AC_SUBST_FILE)

	* Makefile.am (EXTRA_DIST): add marshal.mk

svn path=/trunk/; revision=21910
2003-07-23 16:38:42 +00:00
c93054bdef removed libwombat from the build.
2003-06-30  Rodrigo Moya <rodrigo@ximian.com>

	* configure.in:
	* Makefile.am: removed libwombat from the build.

	* evolution-calendar.pc.in: removed -lwombat.

	* libwombat/*: removed unused directory.

svn path=/trunk/; revision=21692
2003-06-30 14:33:25 +00:00
028014bf8f Put the ChangeLog.pre-1-4 in the Makefiles.
svn path=/trunk/; revision=21427
2003-06-12 21:22:41 +00:00
54be14a8e6 Autogen help/Makefile.
* configure.in: Autogen help/Makefile.

* Makefile.am (SUBDIRS): Add help.  [#38234]

svn path=/trunk/; revision=20528
2003-03-26 23:02:26 +00:00
1d9a3023e5 #include bonobo-activation instead of oaf. (main): Initialize using
* tools/evolution-addressbook-export.c: #include bonobo-activation
instead of oaf.
(main): Initialize using gnome_program_init().
(save_cards): Use g_main_loop_quit() instead of gtk_exit().

* tools/evolution-addressbook-import.c: Update include list for
GNOME 2.
(main): Initialize using gnome_program_init().
(unref_executable): Use g_main_loop_quit() instead of gtk_exit().
(add_cb): Likewise.

* tools/evolution-addressbook-abuse.c: Update include list for
GNOME 2.
(main): Initialize using gnome_program_init().
(use_addressbook): Use g_object_unref() instead of
gtk_object_unref().
(main): Use g_timeout_add() instead of gtk_timeout_add().
(add_cb): Use g_main_loop_quit() instead of gtk_exit().

* configure.in (AC_SUBST): Add tools/Makefile.

* Makefile.am (SUBDIRS): Add tools/ back into the list.

* tools/Makefile.am: Install everything in
$(datadir)/evolution-$(BASE_VERSION)/tools.
(INCLUDES): Add the defines that gnome_program_init() likes and
also add the _DISABLE_DEPRECATED stuff.

svn path=/trunk/; revision=19656
2003-01-27 18:54:56 +00:00
05114bc495 For now, do not install the evolution.1 manpage. Install all the other
* data/Makefile.am: For now, do not install the evolution.1
manpage.  Install all the other files with a -$(BASE_VERSION)
suffix.
(dtappintegrate): Update for the new location of cde_app_root.
(dtappunintegrate): Likewise.

* data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am
(cdeappmanagerdir): Version using $(BASE_VERSION).
* data/cde_app_root/dt/appconfig/types/C/Makefile.am
(cdetypesdir): Likewise.
* data/cde_app_root/dt/appconfig/icons/C/Makefile.am
(cdeiconsdir): Likewise.

* sounds/Makefile.am (soundsdir): Version using $(BASE_VERSION).

* configure.in: Define BASE_VERSION.  Set idldir to
$datadir/idl/evolution-$BASE_VERSION instead of just
$datadir/idl/evolution.

svn path=/trunk/; revision=19550
2003-01-22 20:02:32 +00:00
e220812ac4 intltool, not xml-i18n-tools
2003-01-14  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am (EXTRA_DIST): intltool, not xml-i18n-tools

svn path=/trunk/; revision=19439
2003-01-14 15:50:26 +00:00
5c410ab142 add po
* Makefile.am (SUBDIRS): add po

	* configure.in: Move ALL_LINGUAS definition to before
	AM_GLIB_GNU_GETTEXT, or else no linguas for you!

svn path=/trunk/; revision=19267
2003-01-07 21:04:50 +00:00
cd6da3a0c9 Use "Evolution", not "evolution", since that becomes the value of the
* configure.in (AC_INIT): Use "Evolution", not "evolution", since
	that becomes the value of the PACKAGE variable
	(privlibdir): parse $VERSION by hand since.
	EVOLUTION_MAJOR_VERSION, etc aren't defined any more (and trying
	to pass a variable to AC_INIT won't work). This and the above
	change fix the problem that privlibdir was being defined as
	"${libdir}/Evolution/." instead of "${libdir}/evolution/1.3"
	(GAL_VERSION): AC_SUBST this since it's needed in the .pc files
	(idldir): define this here rather than in each Makefile.am that
	needs it.
	(AC_OUTPUT): Add .pc files

	* Makefile.am (pkgconfig_DATA): Add pc files.
	(confexec_DATA): Remove this (fooConf.sh files)
	(SUBDIRS): Move filter earlier in the build. (I think it was
	calendar that depends on it now?)
	(%Conf.sh): Remove this. The .pc files are output by configure.in
	now.

	* camel.pc.in, evolution-addressbook.pc.in,
	evolution-calendar.pc.in, evolution-shell.pc.in: Replace the
	*Conf.sh files with these. In addition to the basic variables,
	include camel_providerdir (in camel.pc) and idldir, IDL_INCLUDES
	and privlibdir (in the others).

svn path=/trunk/; revision=19241
2003-01-06 14:16:59 +00:00
b07f8852a6 (changelogs): Add my-evolution.
svn path=/trunk/; revision=18864
2002-11-20 22:00:20 +00:00
761d415678 re-added filter, mail, composer
2002-11-13  Not Zed  <NotZed@Ximian.com>

	* Makefile.am (SUBDIRS): re-added filter, mail, composer

	* configure.in: Added EVOLUTION_MAIL settings, and mail/makefile.

svn path=/trunk/; revision=18737
2002-11-13 10:09:03 +00:00
233d008420 remove tools for now, it's not in configure.in.
2002-11-11  Joe Shaw  <joe@ximian.com>

	* Makefile.am (SUBDIRS): remove tools for now, it's not in
	configure.in.

svn path=/trunk/; revision=18714
2002-11-11 23:43:40 +00:00
3d74e7f17d add addressbook.
2002-11-11  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (SUBDIRS): add addressbook.

svn path=/trunk/; revision=18713
2002-11-11 23:17:49 +00:00
94983782e6 added camel and filters to the build
svn path=/trunk/; revision=18617
2002-11-06 23:32:58 +00:00
dfea470a85 add wombat.
2002-11-05  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (SUBDIRS): add wombat.

svn path=/trunk/; revision=18566
2002-11-05 21:38:36 +00:00
255e65abb3 enabled libwombat.
2002-11-05  Rodrigo Moya <rodrigo@ximian.com>

	* configure.in: enabled libwombat.

svn path=/trunk/; revision=18545
2002-11-05 11:22:35 +00:00
4cd8e78e09 added libversit directory to build.
2002-11-04  Rodrigo Moya <rodrigo@ximian.com>

	* configure.in:
	* Makefile.am: added libversit directory to build.

svn path=/trunk/; revision=18536
2002-11-04 21:53:31 +00:00
a2c2672cbe (SUBDIRS): Add shell.
svn path=/trunk/; revision=18535
2002-11-04 19:06:48 +00:00
4adcdd069d re-added calendar component (only non-UI stuff).
2002-11-03  Rodrigo Moya <rodrigo@ximian.com>

	* configure.in:
	* Makefile.am: re-added calendar component (only non-UI stuff).

	* data/Makefile.am: use intltools instead of xml-i18n-tools.

svn path=/trunk/; revision=18514
2002-11-03 22:24:03 +00:00
9c73777f22 First big sync of my GNOME 2 porting work (incomplete, and still
pretty broken).

Weeeeee!

svn path=/trunk/; revision=18503
2002-11-02 08:25:03 +00:00
fbc229598c New. New. New. New. New. New. New. New. New. New.
* data/cde_app_root/Makefile.am: New.
* data/cde_app_root/dt/Makefile.am: New.
* data/cde_app_root/dt/appconfig/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/C/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am: New.
* data/cde_app_root/dt/appconfig/icons/Makefile.am: New.
* data/cde_app_root/dt/appconfig/icons/C/Makefile.am: New.
* data/cde_app_root/dt/appconfig/types/Makefile.am: New.
* data/cde_app_root/dt/appconfig/types/C/Makefile.am: New.

* configure.in: Add a `--with-cde-path' option.  Check for
dtappintegrate in that path.  Define HAVE_DTAPPINTEGRATE and
GNOME_PREFIX.  Also, generate
data/cde_app_root/dt/appconfig/types/C/Ximian.dt.in and
shell/evolution-nognome.

svn path=/trunk/; revision=18083
2002-09-16 21:01:46 +00:00
75455ef4a1 (SUBDIRS): Put po on the top.
svn path=/trunk/; revision=18045
2002-09-11 19:44:57 +00:00
8de16a8141 Updated with the new 1.2 features (unfinished).
* NEWS: Updated with the new 1.2 features (unfinished).

* NEWS-1.0: New, contains the changes up to version 1.0.8.

svn path=/trunk/; revision=17996
2002-09-05 21:18:39 +00:00
515ebfd45c Install libversit.a so that people compiling against the addressbook can
2002-07-09  Peter Williams  <peterw@ximian.com>

       * libversit/Makefile.am (privlib_LIBRARIES): Install libversit.a so
       that people compiling against the addressbook can do so successfully.

       * Makefile.am: create our *Conf.sh files and dist them and install
       them.

       * configure.in: Define and subst some variables that the Conf.sh
       file need.

 2002-07-08  Peter Williams  <peterw@ximian.com>

       * backend/ebook/Makefile.am: Install libebook-static.la.
       Also change --all-static to -all-static, which is the right flag.

       * backend/pas/Makefile.am: Install the PAS headers in
       $(includedir)/evolution/pas. Install libpas.a


2002-07-08  Peter Williams  <peterw@ximian.com>

       * cal-util/Makefile.am: Install libcal-util-static.la
       and fix the -all-static flag to make it install statically.

       * pcs/Makefile.am: Install libpcs.a and its headers.

       * pcs/cal-backend-util.h: Same sort of include namespacing fix,
       but for pcs.

       * pcs/cal.h:
       * pcs/query.h:
       * pcs/cal-factory.h:
       * pcs/cal-backend.h:
       * pcs/cal-backend-file.h: Same.

2002-07-17  Peter Williams  <peterw@ximian.com>

       * calendar/cal-util/Makefile.am (GTKDOC_LIBS): Because we're
       using libtool as our LD, we can reference .la's and libtool
       will DTRT for us.

       * calendar/cal-client/Makefile.am (GTKDOC_LIBS): Same here.


2002-07-03  Peter Williams  <peterw@ximian.com>

       * Makefile.am: Install libeutil, libeconduit, and libedb3util and
       their headers.


2002-07-08  Peter Williams  <peterw@ximian.com>

       * Makefile.am: Reference the new libefilterbar.a.

 2002-07-12  Peter Williams  <peterw@ximian.com>

       * Makefile.am (INCLUDES): Add -I$(builddir)/libical/src/libical
       for the generated ical.h (some headers rely on this because
       they too get installed.)


2002-07-09  Peter Williams  <peterw@ximian.com>

       * e-timezone-dialog/Makefile.am: Add -I$(top_builddir)/libical/src/libical;
       some headers that we rely on get installed, so they point to the ical.h that
       gets generated and installed; consequently we need to be able to find the
       generated ical.h

       * misc/Makefile.am: Install libemiscwidgets.a and its headers. However,
       break EFilterBar into a separate libefilterbar.a because we don't want
       the installed library to depend on libfilter.

svn path=/trunk/; revision=17496
2002-07-17 21:03:19 +00:00
1abcbe057e Don't generate libibex/Makefile anymore.
2002-04-26  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Don't generate libibex/Makefile anymore.

	* Makefile.am: Removed libibex from SUBDIRS.

svn path=/trunk/; revision=16613
2002-04-27 00:12:04 +00:00
3c81b8f46c added sounds.
2002-02-08  Damon Chaplin  <damon@ximian.com>

	* Makefile.am (SUBDIRS): added sounds.

	* configure.in (AC_OUTPUT): added sounds/Makefile.

	* sounds/Makefile.am: new file.
	* sounds/default_alarm.wav: default alarm sound, currently only used
	when vCalendar files are imported with audio alarms. We need a better
	sound.

svn path=/trunk/; revision=15627
2002-02-09 00:51:53 +00:00
4a1da6f289 *Makefile.am: added "help" to subdirs.
2001-08-19  Aaron Weber  <aaron@ximian.com>

	*Makefile.am: added "help" to subdirs.

svn path=/trunk/; revision=12315
2001-08-20 17:05:35 +00:00