Mercurial > geeqie
annotate plugins/rotate/Makefile.am @ 1794:155a6252ceaa
Brazilian Portuguese translation was updated.
Thanks to Sergio Cipolla.
References:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567824
author | zas_ |
---|---|
date | Tue, 02 Feb 2010 20:21:11 +0000 |
parents | 22ec11cc989c |
children |
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-rotate |
1616
5b36a6ff55ae
Add .desktop files to restore lossless jpeg rotation via editors.
zas_
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 | 4 gq_desktop_in_files = rotate.desktop.in |
5 gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop) | |
6 @INTLTOOL_DESKTOP_RULE@ | |
1616
5b36a6ff55ae
Add .desktop files to restore lossless jpeg rotation via editors.
zas_
parents:
diff
changeset
|
7 |
1684 | 8 EXTRA_DIST = $(gq_desktop_DATA) $(gq_desktop_in_files) |
1616
5b36a6ff55ae
Add .desktop files to restore lossless jpeg rotation via editors.
zas_
parents:
diff
changeset
|
9 |