annotate plugins/Makefile.am @ 2869:c56112a165a4

Fix #649: Tell Git to ignore .desktop files globally https://github.com/BestImageViewer/geeqie/pull/649
author Dave Lambert <>
date Fri, 30 Nov 2018 11:05:43 +0000
parents 1656d2341e2f
children c8147f1d5fc3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1651
83b1801f03c4 ufraw-batch script
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1616
diff changeset
1
2858
4c7dd47bbcd6 Plugin for image crop
Colin Clark <colin.clark@cclark.uk>
parents: 2857
diff changeset
2 SUBDIRS = rotate symlink ufraw import geocode-parameters export-jpeg tethered-photography camera-import image-crop
1694
cc32d5e28453 make sure that automake and config.h uses the same installation paths
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1675
diff changeset
3 qq_desktoptemplatedir = $(appdir)
2869
c56112a165a4 Fix #649: Tell Git to ignore .desktop files globally
Dave Lambert <>
parents: 2859
diff changeset
4 qq_desktoptemplate_in_files = template.desktop.in
c56112a165a4 Fix #649: Tell Git to ignore .desktop files globally
Dave Lambert <>
parents: 2859
diff changeset
5 qq_desktoptemplate_DATA = $(qq_desktoptemplate_in_files:.desktop.in=.desktop)
c56112a165a4 Fix #649: Tell Git to ignore .desktop files globally
Dave Lambert <>
parents: 2859
diff changeset
6 @INTLTOOL_DESKTOP_RULE@
1272
661e170bf4f7 read external editors from .desktop files
Vladimir Nadvornik <nadvornik@suse.cz>
parents:
diff changeset
7
2869
c56112a165a4 Fix #649: Tell Git to ignore .desktop files globally
Dave Lambert <>
parents: 2859
diff changeset
8 EXTRA_DIST = $(qq_desktoptemplate_in_files)
c56112a165a4 Fix #649: Tell Git to ignore .desktop files globally
Dave Lambert <>
parents: 2859
diff changeset
9 CLEANFILES = $(qq_desktoptemplate_DATA)