comparison Makefile.am @ 8:e0d0593d519e

Sync to GQview 1.5.9 release. ######## DO NOT BASE ENHANCEMENTS OR TRANSLATION UPDATES ON CODE IN THIS CVS! This CVS is never up to date with current development and is provided solely for reference purposes, please use the latest official release package when making any changes or translation updates. ########
author gqview
date Sat, 26 Feb 2005 00:07:07 +0000
parents e149abcda4eb
children e3f10b6046ab
comparison
equal deleted inserted replaced
7:990fcf466906 8:e0d0593d519e
1 ## Process this file with automake to produce Makefile.in. 1 ## Process this file with automake to produce Makefile.in.
2 2
3 SUBDIRS = src intl po 3 SUBDIRS = src po doc
4 DIST_SUBDIRS = src intl po 4 DIST_SUBDIRS = src po doc
5
6 man_MANS = gqview.1
7
8 readmedir = $(datadir)/doc/gqview-$(VERSION)
9 readme_DATA = README COPYING ChangeLog TODO
10
11 desktopdir = $(datadir)/applications
12 desktop_DATA = gqview.desktop
13
14 icondir = $(datadir)/pixmaps
15 icon_DATA = gqview.png
5 16
6 EXTRA_DIST = \ 17 EXTRA_DIST = \
7 gqview.desktop \ 18 $(readme_DATA) \
8 gqview.png \ 19 $(desktop_DATA) \
9 gqview.spec.in 20 $(icon_DATA) \
10 21 gqview.spec.in \
11 if HAVE_GNOME 22 gqview.1
12 desktopdir = $(GNOME_DATADIR)/gnome/apps/Graphics
13 desktop_DATA = gqview.desktop
14
15 icondir = $(GNOME_DATADIR)/pixmaps
16 icon_DATA = gqview.png
17 endif
18 23
19 dist-hook: gqview.spec 24 dist-hook: gqview.spec
20 cp $(top_builddir)/gqview.spec $(distdir) 25 cp $(top_builddir)/gqview.spec $(distdir)
21 26
27