mirror of https://github.com/GNOME/gimp.git
20 lines
389 B
Makefile
20 lines
389 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.ja.txt \
|
|
gimp_tips.it.txt \
|
|
gimp_tips.ko.txt \
|
|
gimp_conseils.fr.txt \
|
|
gimp_tips.ru.txt \
|
|
gimp_tips.pl.txt \
|
|
gimp_tips.uk.txt \
|
|
gimp_tips.es.txt
|
|
|
|
EXTRA_DIST = $(tipsdata_DATA) \
|
|
makefile.mingw
|