annotate Makefile.am @ 2916:ae6cdcd69d9f default tip

Merge with upstream/master.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 11:46:50 +0300
parents 48333f45a526
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
0102f897ed33 Initial revision
John Ellis <johne@verizon.net>
parents:
diff changeset
1 ## Process this file with automake to produce Makefile.in.
0102f897ed33 Initial revision
John Ellis <johne@verizon.net>
parents:
diff changeset
2
1454
c9604934caee Preliminary support for doxygen: make doxygen-doc will create documentation from sources in doc/doxygen directory.
Laurent Monin <geeqie@norz.org>
parents: 1272
diff changeset
3 include $(top_srcdir)/aminclude.am
c9604934caee Preliminary support for doxygen: make doxygen-doc will create documentation from sources in doc/doxygen directory.
Laurent Monin <geeqie@norz.org>
parents: 1272
diff changeset
4
1272
661e170bf4f7 read external editors from .desktop files
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 528
diff changeset
5 SUBDIRS = src po doc plugins
661e170bf4f7 read external editors from .desktop files
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 528
diff changeset
6 DIST_SUBDIRS = src po doc plugins
8
fb7006a334f1 Sync to GQview 1.5.9 release.
John Ellis <johne@verizon.net>
parents: 4
diff changeset
7
197
16b268ded48c more renames
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 8
diff changeset
8 man_MANS = geeqie.1
8
fb7006a334f1 Sync to GQview 1.5.9 release.
John Ellis <johne@verizon.net>
parents: 4
diff changeset
9
484
1c533a418b63 fixed instalation of doc files
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 197
diff changeset
10 readmedir = @readmedir@
2651
0dc5dd177e54 Fix #533: fails to make install if markdown not install
Colin Clark <colin.clark@cclark.uk>
parents: 2646
diff changeset
11
0dc5dd177e54 Fix #533: fails to make install if markdown not install
Colin Clark <colin.clark@cclark.uk>
parents: 2646
diff changeset
12 if HAVE_MARKDOWN
2573
3e5919841759 Update secondary user documentation
Colin Clark <colin.clark@cclark.uk>
parents: 2513
diff changeset
13 readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS README.html ChangeLog.html
2651
0dc5dd177e54 Fix #533: fails to make install if markdown not install
Colin Clark <colin.clark@cclark.uk>
parents: 2646
diff changeset
14 else
0dc5dd177e54 Fix #533: fails to make install if markdown not install
Colin Clark <colin.clark@cclark.uk>
parents: 2646
diff changeset
15 readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS ChangeLog.html
0dc5dd177e54 Fix #533: fails to make install if markdown not install
Colin Clark <colin.clark@cclark.uk>
parents: 2646
diff changeset
16 endif
8
fb7006a334f1 Sync to GQview 1.5.9 release.
John Ellis <johne@verizon.net>
parents: 4
diff changeset
17
fb7006a334f1 Sync to GQview 1.5.9 release.
John Ellis <johne@verizon.net>
parents: 4
diff changeset
18 desktopdir = $(datadir)/applications
1648
9876a7be646c use intltool for desktop file translation
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1615
diff changeset
19 desktop_in_files = geeqie.desktop.in
9876a7be646c use intltool for desktop file translation
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1615
diff changeset
20 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
9876a7be646c use intltool for desktop file translation
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1615
diff changeset
21 @INTLTOOL_DESKTOP_RULE@
8
fb7006a334f1 Sync to GQview 1.5.9 release.
John Ellis <johne@verizon.net>
parents: 4
diff changeset
22
fb7006a334f1 Sync to GQview 1.5.9 release.
John Ellis <johne@verizon.net>
parents: 4
diff changeset
23 icondir = $(datadir)/pixmaps
197
16b268ded48c more renames
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 8
diff changeset
24 icon_DATA = geeqie.png
1
0102f897ed33 Initial revision
John Ellis <johne@verizon.net>
parents:
diff changeset
25
4
0e5846a2c812 Syncing to 0.8.1
John Ellis <johne@verizon.net>
parents: 1
diff changeset
26 EXTRA_DIST = \
8
fb7006a334f1 Sync to GQview 1.5.9 release.
John Ellis <johne@verizon.net>
parents: 4
diff changeset
27 $(readme_DATA) \
1684
e05756d73d77 add desktop.in files to the tarball
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1648
diff changeset
28 $(desktop_in_files) \
8
fb7006a334f1 Sync to GQview 1.5.9 release.
John Ellis <johne@verizon.net>
parents: 4
diff changeset
29 $(icon_DATA) \
197
16b268ded48c more renames
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 8
diff changeset
30 geeqie.spec.in \
1615
7e40d66454b1 added doxygen.conf
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1454
diff changeset
31 geeqie.1 \
7e40d66454b1 added doxygen.conf
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1454
diff changeset
32 doxygen.conf
1
0102f897ed33 Initial revision
John Ellis <johne@verizon.net>
parents:
diff changeset
33
197
16b268ded48c more renames
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 8
diff changeset
34 dist-hook: geeqie.spec
16b268ded48c more renames
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 8
diff changeset
35 cp $(top_builddir)/geeqie.spec $(distdir)
4
0e5846a2c812 Syncing to 0.8.1
John Ellis <johne@verizon.net>
parents: 1
diff changeset
36
1774
4b4f1a420ddf build documentation with gnome-doc-tool in makefile
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1684
diff changeset
37 DISTCLEANFILES = config.report
2749
48333f45a526 Ensure ChangeLog gets regenerated
Colin Clark <colin.clark@cclark.uk>
parents: 2717
diff changeset
38 CLEANFILES = $(desktop_DATA) ChangeLog.html
2646
37235424378e Auto-generate README and ChangeLog html user docs
Colin Clark <colin.clark@cclark.uk>
parents: 2573
diff changeset
39
2655
81e380fed67c Addl fix #532: Remove Changelog.html and Readme.html from Makefile.am
Colin Clark <colin.clark@cclark.uk>
parents: 2651
diff changeset
40 .PHONY: ChangeLog
2646
37235424378e Auto-generate README and ChangeLog html user docs
Colin Clark <colin.clark@cclark.uk>
parents: 2573
diff changeset
41 ChangeLog.html:
37235424378e Auto-generate README and ChangeLog html user docs
Colin Clark <colin.clark@cclark.uk>
parents: 2573
diff changeset
42 ./gen_changelog.sh
37235424378e Auto-generate README and ChangeLog html user docs
Colin Clark <colin.clark@cclark.uk>
parents: 2573
diff changeset
43
37235424378e Auto-generate README and ChangeLog html user docs
Colin Clark <colin.clark@cclark.uk>
parents: 2573
diff changeset
44 README.html: README.md
37235424378e Auto-generate README and ChangeLog html user docs
Colin Clark <colin.clark@cclark.uk>
parents: 2573
diff changeset
45 ./gen_readme.sh