view Makefile.am @ 60:9c0c402b0ef3

Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net> * editors.[ch]: Add "%w" macro to disable full screen deactivation when running an editor command. * img-view.c, layout_image.c, pan-view.c: Honor %w editor flag to prevent exit of full screen. * image-load.c (image_load_begin): Fix to not treat short reads as end of file condition. * README, doc/10_5_editor_commands.html: Document %w macro for editor commands. * po/it.po: Update Italian translation, submitted by Kostantino <inverness1ATvirgilio.it>.
author gqview
date Mon, 13 Jun 2005 21:39:13 +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)