comparison Makefile.am @ 1642:a78ac3a4c32e

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 c85dc2a7d6da
children c08defa57068
comparison
equal deleted inserted replaced
1641:34c71cbbbd26 1642:a78ac3a4c32e
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 = \