use intltool for desktop file translation
[geeqie.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in.
2
3 include $(top_srcdir)/aminclude.am
4
5 SUBDIRS = src po doc plugins
6 DIST_SUBDIRS = src po doc plugins
7
8 man_MANS = geeqie.1
9
10 readmedir = @readmedir@
11 readme_DATA = README COPYING ChangeLog TODO README.lirc
12
13 desktopdir = $(datadir)/applications
14 desktop_in_files = geeqie.desktop.in
15 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
16 @INTLTOOL_DESKTOP_RULE@
17
18 icondir = $(datadir)/pixmaps
19 icon_DATA = geeqie.png
20
21 EXTRA_DIST = \
22         $(readme_DATA)  \
23         $(desktop_DATA) \
24         $(icon_DATA)    \
25         geeqie.spec.in  \
26         geeqie.1        \
27         doxygen.conf
28
29 dist-hook: geeqie.spec
30         cp $(top_builddir)/geeqie.spec $(distdir)
31
32