view Makefile.am @ 87:a2b0a7b0b490

Wed Oct 25 15:17:38 2006 John Ellis <johne@verizon.net> * pixbuf-renderer.c (pixbuf_renderer_scroll): Fix long standing bug where obstructed portions of an image were not always generating an expose event when scrolling the image.
author gqview
date Wed, 25 Oct 2006 19:23:46 +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)