Mercurial > geeqie
annotate plugins/ufraw/Makefile.am @ 1680:025a9139b15d
added geeqie-import-geeqie.desktop.in
author | nadvornik |
---|---|
date | Sun, 28 Jun 2009 13:41:51 +0000 |
parents | 2239dc484435 |
children | a14d7bfe666c |
rev | line source |
---|---|
1651 | 1 dist_pkglib_SCRIPTS = geeqie-ufraw |
2 | |
3 gq_desktopdir = $(pkgdatadir)/applications | |
1670
2239dc484435
added command for editing ufraw id file, changed menu location
nadvornik
parents:
1651
diff
changeset
|
4 gq_desktop_in_files = geeqie-ufraw-recursive.desktop.in \ |
2239dc484435
added command for editing ufraw id file, changed menu location
nadvornik
parents:
1651
diff
changeset
|
5 geeqie-ufraw.desktop.in \ |
2239dc484435
added command for editing ufraw id file, changed menu location
nadvornik
parents:
1651
diff
changeset
|
6 geeqie-ufraw-id.desktop.in |
2239dc484435
added command for editing ufraw id file, changed menu location
nadvornik
parents:
1651
diff
changeset
|
7 |
1651 | 8 gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop) |
9 @INTLTOOL_DESKTOP_RULE@ | |
10 | |
11 EXTRA_DIST = $(qq_desktop_DATA) | |
12 |