* configure.in: add sk to ALL_LINGUAS, remove plug-ins/perl/config.status always at the start * tips/Makefile.am: add the ko tips file -Yosh
15 lines
290 B
Makefile
15 lines
290 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
|
|
|
|
EXTRA_DIST = $(tipsdata_DATA)
|
|
|