view Makefile.am @ 39:64068b1bab89

Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net> * cache.c (cache_sim_data_load): Fix to return CacheData if any data type exists. * pan-view.c: Fix slow merging of embedded dates into file list; includes optimizing pan_cache_sync_date and plugging a memory leak. ##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. #####
author gqview
date Thu, 14 Apr 2005 14:56:17 +0000
parents e0d0593d519e
children e3f10b6046ab
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 = gqview.1

readmedir = $(datadir)/doc/gqview-$(VERSION)
readme_DATA = README COPYING ChangeLog TODO

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

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

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

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