13 lines
227 B
Makefile
13 lines
227 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_conseils.fr.txt
|
|
|
|
EXTRA_DIST = $(tipsdata_DATA)
|
|
|