* po and po-plug-ins dirs: moved the libgimp translations to po-plugins (do they really need to be separate anyway?) * tips/gimp_tips.pl.txt: new file * libgimp/color_display.h * modules/cdisplay_gamma.c: configure cancel callback -Yosh
17 lines
311 B
Makefile
17 lines
311 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
tipsdatadir = $(gimpdatadir)/tips
|
|
|
|
tipsdata_DATA = \
|
|
gimp_tips.txt \
|
|
gimp_tips.de.txt \
|
|
gimp_tips.ja.txt \
|
|
gimp_tips.it.txt \
|
|
gimp_tips.ko.txt \
|
|
gimp_conseils.fr.txt \
|
|
gimp_tips.ru.txt \
|
|
gimp_tips.pl.txt
|
|
|
|
EXTRA_DIST = $(tipsdata_DATA)
|
|
|