Use intltool for managing the translations for the Windows installer, instead of manually maintaining the translated message files. The message files are generated in the source directory, under build/windows/installer/lang, as part of the build, and can be subsequently used to build the installer, as before.
12 lines
176 B
Makefile
12 lines
176 B
Makefile
SUBDIRS = \
|
|
installer
|
|
|
|
EXTRA_DIST = \
|
|
gimprc.rule \
|
|
gimprc-plug-ins.rule \
|
|
gimp.rc \
|
|
gimp-plug-ins.rc \
|
|
gimp.manifest \
|
|
fileicon.ico \
|
|
plug-ins.ico \
|
|
wilber.ico
|