annotate plugins/symlink/Makefile.am @ 1753:ebfb5af3f5de

fixed editor list in popup menu - show an editor if any of selected files matches - added debug messages
author nadvornik
date Sun, 13 Sep 2009 21:08:40 +0000
parents 22ec11cc989c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1694
22ec11cc989c make sure that automake and config.h uses the same installation paths
nadvornik
parents: 1684
diff changeset
1 dist_gq_bin_SCRIPTS = geeqie-symlink
1272
e0e12512cde2 read external editors from .desktop files
nadvornik
parents:
diff changeset
2
1694
22ec11cc989c make sure that automake and config.h uses the same installation paths
nadvornik
parents: 1684
diff changeset
3 gq_desktopdir = $(appdir)/applications
1648
a57336c3b1cc use intltool for desktop file translation
nadvornik
parents: 1640
diff changeset
4 gq_desktop_in_files = symlink.desktop.in
a57336c3b1cc use intltool for desktop file translation
nadvornik
parents: 1640
diff changeset
5 gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop)
a57336c3b1cc use intltool for desktop file translation
nadvornik
parents: 1640
diff changeset
6 @INTLTOOL_DESKTOP_RULE@
1272
e0e12512cde2 read external editors from .desktop files
nadvornik
parents:
diff changeset
7
1684
a14d7bfe666c add desktop.in files to the tarball
nadvornik
parents: 1648
diff changeset
8 EXTRA_DIST = $(gq_desktop_DATA) $(gq_desktop_in_files)