aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.mk
Commit message (Collapse)AuthorAgeFilesLines
* Make the intention of /tmp more explicit, and rescue people who happenMichael Meeks2010-08-061-2/+2
| | | | to have evolution .po files in /tmp from a sad fate ...
* Must expand also @GETTEXT_PACKAGE@ and @LOCALEDIR@, at least the caldavTor Lillqvist2006-06-151-1/+4
| | | | | | | | | | | | 2006-06-15 Tor Lillqvist <tml@novell.com> * plugin.mk: Must expand also @GETTEXT_PACKAGE@ and @LOCALEDIR@, at least the caldav plugin has a .eplug.in file that refers to those. (On the other hand, it is questionable whether org-gnome-evolution-caldav.eplug.in needs to specify domain and localedir at all.) svn path=/trunk/; revision=32149
* Expand also @SOEXT@.Tor Lillqvist2005-06-161-1/+1
| | | | | | | | | | 2005-06-15 Tor Lillqvist <tml@novell.com> * plugin.mk: Expand also @SOEXT@. * server.mk: Expand also @SOEXT@ and @EXEEXT@. svn path=/trunk/; revision=29511
* fixed the rule for .eplug.xml to avoid stupid intltool-merge diagnostics ↵Michael Zucci2005-05-111-3/+2
| | | | | | going into the file svn path=/trunk/; revision=29322
* changed .eplug rule to also convert i18n tags if it ends in xml. AlsoNot Zed2005-05-061-0/+7
| | | | | | | | | | 2005-05-06 Not Zed <NotZed@Ximian.com> * plugin.mk: changed .eplug rule to also convert i18n tags if it ends in xml. Also convert .error.xml into .error converting i18n tags. svn path=/trunk/; revision=29303
* list plugins as a subdirJP Rosevear2004-10-201-0/+2
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