view Makefile.am @ 1541:1310d504b548

Fix that the output of msgfmt could be singular The output of msgfmt could be singular if there is only one translation of the given type.
author mow
date Sat, 11 Apr 2009 20:46:37 +0000
parents fbd02e4d709e
children b1c5c5e4826d
line wrap: on
line source

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

include $(top_srcdir)/aminclude.am

SUBDIRS = src po doc plugins
DIST_SUBDIRS = src po doc plugins

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)