2001-09-17 Sven Neumann <sven@gimp.org> * plug-ins/common/mail.c: resurrected mail plug-in. Thanks to David Odin <dindinx@wanadoo.fr> for the patch. * plug-ins/common/.cvsignore * plug-ins/common/Makefile.am * plug-ins/common/plugin-defs.pl: build mail, nlfilt and plugindetails plug-ins again. * tips/Makefile.am * tips/gimp_conseils.fr.txt: removed ... * tips/gimp_tips.fr.txt: ... and readded under this name.
20 lines
398 B
Makefile
20 lines
398 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
tipsdatadir = $(gimpdatadir)/tips
|
|
|
|
tipsdata_DATA = \
|
|
gimp_tips.txt \
|
|
gimp_tips.cs.txt \
|
|
gimp_tips.de.txt \
|
|
gimp_tips.es.txt \
|
|
gimp_tips.fr.txt \
|
|
gimp_tips.it.txt \
|
|
gimp_tips.ja.txt \
|
|
gimp_tips.ko.txt \
|
|
gimp_tips.pl.txt \
|
|
gimp_tips.ru.txt \
|
|
gimp_tips.tr.txt \
|
|
gimp_tips.uk.txt
|
|
|
|
EXTRA_DIST = $(tipsdata_DATA) \
|
|
makefile.mingw
|