comparison Makefile.am @ 1648:a57336c3b1cc

use intltool for desktop file translation - desktop files are translated via .po files together with other strings - make update-po is replaced with intltool-update [lang]
author nadvornik
date Mon, 15 Jun 2009 20:50:35 +0000
parents b1c5c5e4826d
children a14d7bfe666c
comparison
equal deleted inserted replaced
1647:2a779a1855d7 1648:a57336c3b1cc
9 9
10 readmedir = @readmedir@ 10 readmedir = @readmedir@
11 readme_DATA = README COPYING ChangeLog TODO README.lirc 11 readme_DATA = README COPYING ChangeLog TODO README.lirc
12 12
13 desktopdir = $(datadir)/applications 13 desktopdir = $(datadir)/applications
14 desktop_DATA = geeqie.desktop 14 desktop_in_files = geeqie.desktop.in
15 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
16 @INTLTOOL_DESKTOP_RULE@
15 17
16 icondir = $(datadir)/pixmaps 18 icondir = $(datadir)/pixmaps
17 icon_DATA = geeqie.png 19 icon_DATA = geeqie.png
18 20
19 EXTRA_DIST = \ 21 EXTRA_DIST = \