Mercurial > geeqie
changeset 1684:a14d7bfe666c
add desktop.in files to the tarball
author | nadvornik |
---|---|
date | Tue, 30 Jun 2009 19:12:25 +0000 |
parents | 6a97ed4d2ba5 |
children | 47b191b77e07 |
files | Makefile.am plugins/import/Makefile.am plugins/rotate/Makefile.am plugins/symlink/Makefile.am plugins/ufraw/Makefile.am |
diffstat | 5 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.am Mon Jun 29 19:48:14 2009 +0000 +++ b/Makefile.am Tue Jun 30 19:12:25 2009 +0000 @@ -21,6 +21,7 @@ EXTRA_DIST = \ $(readme_DATA) \ $(desktop_DATA) \ + $(desktop_in_files) \ $(icon_DATA) \ geeqie.spec.in \ geeqie.1 \
--- a/plugins/import/Makefile.am Mon Jun 29 19:48:14 2009 +0000 +++ b/plugins/import/Makefile.am Tue Jun 30 19:12:25 2009 +0000 @@ -5,5 +5,4 @@ gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ -EXTRA_DIST = \ - $(qq_desktop_DATA) +EXTRA_DIST = $(gq_desktop_DATA) $(gq_desktop_in_files)
--- a/plugins/rotate/Makefile.am Mon Jun 29 19:48:14 2009 +0000 +++ b/plugins/rotate/Makefile.am Tue Jun 30 19:12:25 2009 +0000 @@ -5,5 +5,5 @@ gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ -EXTRA_DIST = $(qq_desktop_DATA) +EXTRA_DIST = $(gq_desktop_DATA) $(gq_desktop_in_files)
--- a/plugins/symlink/Makefile.am Mon Jun 29 19:48:14 2009 +0000 +++ b/plugins/symlink/Makefile.am Tue Jun 30 19:12:25 2009 +0000 @@ -5,5 +5,4 @@ gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ -EXTRA_DIST = \ - $(qq_desktop_DATA) +EXTRA_DIST = $(gq_desktop_DATA) $(gq_desktop_in_files)
--- a/plugins/ufraw/Makefile.am Mon Jun 29 19:48:14 2009 +0000 +++ b/plugins/ufraw/Makefile.am Tue Jun 30 19:12:25 2009 +0000 @@ -8,5 +8,5 @@ gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ -EXTRA_DIST = $(qq_desktop_DATA) +EXTRA_DIST = $(gq_desktop_DATA) $(gq_desktop_in_files)