annotate plugins/tethered-photography/Makefile.am @ 2856:8521d2405863

Plugin for tethered photography Basic tethered photography using gphoto2
author Colin Clark <colin.clark@cclark.uk>
date Tue, 23 Oct 2018 19:44:36 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2856
8521d2405863 Plugin for tethered photography
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
1 dist_gq_bin_SCRIPTS = geeqie-tethered-photography geeqie-tethered-photography-hook-script
8521d2405863 Plugin for tethered photography
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
2
8521d2405863 Plugin for tethered photography
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
3 gq_desktopdir = $(appdir)/applications
8521d2405863 Plugin for tethered photography
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
4 gq_desktop_in_files = tethered-photography.desktop.in
8521d2405863 Plugin for tethered photography
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
5 gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop)
8521d2405863 Plugin for tethered photography
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
6 @INTLTOOL_DESKTOP_RULE@
8521d2405863 Plugin for tethered photography
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
7
8521d2405863 Plugin for tethered photography
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
8 EXTRA_DIST = $(gq_desktop_in_files)
8521d2405863 Plugin for tethered photography
Colin Clark <colin.clark@cclark.uk>
parents:
diff changeset
9 CLEANFILES = $(gq_desktop_DATA)