gimp/tips/Makefile.am
Manish Singh ed9b7f793a more sanity checking for the gtkxmhtml test. Also changed datadir to
* configure.in: more sanity checking for the gtkxmhtml test. Also
changed datadir to include the gimp version too. So right now
only the development headers conflict between versions in the same
prefix.

* gimptool.in
* gimptool.1: added and documented configure variable query options
(bindir, sbindir, sysconfdir, etc.)

* tips/Makefile.am: add gimp_tips.uk.txt

-Yosh
2000-03-24 09:54:45 +00:00

19 lines
344 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
EXTRA_DIST = $(tipsdata_DATA)