view Makefile.am @ 782:3f7a0420c293

Allow to modify the aspect of Geeqie through the use of a gtkrc file that may be present in the geeqie rc directory. Patch by Aldric RENAUDIN and me.
author zas_
date Tue, 03 Jun 2008 15:54:05 +0000
parents bf9c9e37adf4
children e0e12512cde2
line wrap: on
line source

## Process this file with automake to produce Makefile.in.

SUBDIRS = src po doc
DIST_SUBDIRS = src po doc

man_MANS = geeqie.1

readmedir = @readmedir@
readme_DATA = README COPYING ChangeLog TODO README.lirc

desktopdir = $(datadir)/applications
desktop_DATA = geeqie.desktop

icondir = $(datadir)/pixmaps
icon_DATA = geeqie.png

EXTRA_DIST = \
	$(readme_DATA)	\
	$(desktop_DATA)	\
	$(icon_DATA)	\
	geeqie.spec.in	\
	geeqie.1

dist-hook: geeqie.spec
	cp $(top_builddir)/geeqie.spec $(distdir)