2001-10-02 Emese Kovacs <emese@gnome.hu>
* tips/Makefile.am|makefile.mingw: Added gimp_tips.hu.txt to the
targets.
* tips/gimp_tips.hu.txt: Added Hungarian tips file in UTF-8 encoding.
21 lines
418 B
Makefile
21 lines
418 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.hu.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
|