annotate plugins/Makefile.am @ 2912:3fc1b4b21177

Update documentation, remove obsolete GQview import options Update plugin and remote commands documentation. The last update for GQview was 13 years ago; presumably the import options are no longer useful.
author Colin Clark <colin.clark@cclark.uk>
date Wed, 27 Mar 2019 11:56:16 +0000
parents 5867602f7a60
children
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
2912
3fc1b4b21177 Update documentation, remove obsolete GQview import options
Colin Clark <colin.clark@cclark.uk>
parents: 2899
diff changeset
2 SUBDIRS = rotate symlink ufraw geocode-parameters export-jpeg tethered-photography camera-import image-crop random-image
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)