view Makefile.am @ 2893:9fabae578e6b

Merge merge requests 660, 658, 655 and 648 * github/merge-requests/660: tr.po-update * github/merge-requests/658: Bug fix: reads of uninitialized data * github/merge-requests/655: fix build against exiv2-0.27.x * github/merge-requests/648: Correctly size image windows opened from collections
author Klaus Ethgen <Klaus@Ethgen.de>
date Tue, 05 Feb 2019 21:06:16 +0100
parents 48333f45a526
children
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@

if HAVE_MARKDOWN
readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS README.html ChangeLog.html
else
readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS ChangeLog.html
endif

desktopdir = $(datadir)/applications
desktop_in_files = geeqie.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

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

EXTRA_DIST = \
	$(readme_DATA)	\
	$(desktop_in_files)	\
	$(icon_DATA)	\
	geeqie.spec.in	\
	geeqie.1	\
	doxygen.conf

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

DISTCLEANFILES = config.report
CLEANFILES = $(desktop_DATA) ChangeLog.html

.PHONY: ChangeLog
ChangeLog.html:
	./gen_changelog.sh

README.html: README.md
	./gen_readme.sh