summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Finke <jens@triq.net>2003-10-11 14:23:11 +0000
committerJens Finke <jens@src.gnome.org>2003-10-11 14:23:11 +0000
commit5591b9875823f1fae145ddfe1b7bb73fa0fcae87 (patch)
tree395f0f446543b537a978069265cd00e4c1d3e317
parent04a84314d7a8db254f05d9a17b0801c1a10c3c6d (diff)
downloadeog-5591b9875823f1fae145ddfe1b7bb73fa0fcae87.tar.gz
Changed variable names to fit their purpose better.
2030-10-11 Jens Finke <jens@triq.net> * Makefile.am: Changed variable names to fit their purpose better. * eog.desktop.in: Added X-GNOME-DocPath entry.
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am12
-rw-r--r--eog.desktop.in1
3 files changed, 14 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index f2cbab3e..31b32d68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2030-10-11 Jens Finke <jens@triq.net>
+
+ * Makefile.am: Changed variable names to fit their purpose better.
+
+ * eog.desktop.in: Added X-GNOME-DocPath entry.
+
2003-10-11 Jens Finke <jens@triq.net>
* viewer/eog-collection-view.c (eog_image_view_get_prop): Mark the
- whole status string for translation not only 'pixel'.
+ whole status string for translation not only 'pixel'. - #124196
2003-10-09 Jens Finke <jens@triq.net>
diff --git a/Makefile.am b/Makefile.am
index e87c1908..ee38cafb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ EXTRA_DIST = \
MAINTAINERS \
TODO \
$(schemas_in_files) \
- $(Graphics_in_files) \
+ $(desktop_in_files) \
eog.spec \
eog.gladep \
eog.glade \
@@ -16,12 +16,12 @@ EXTRA_DIST = \
intltool-update.in \
intltool-merge.in
-Graphicsdir = $(datadir)/applications
-Graphics_in_files = eog.desktop.in
-Graphics_DATA = $(Graphics_in_files:.desktop.in=.desktop)
+desktopdir = $(datadir)/applications
+desktop_in_files = eog.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-Gladedir = $(datadir)/eog/glade
-Glade_DATA = eog.glade
+gladedir = $(datadir)/eog/glade
+glade_DATA = eog.glade
@INTLTOOL_DESKTOP_RULE@
diff --git a/eog.desktop.in b/eog.desktop.in
index 3cfd1b44..74948631 100644
--- a/eog.desktop.in
+++ b/eog.desktop.in
@@ -12,3 +12,4 @@ Categories=GNOME;Application;Graphics;RasterGraphics;Viewer;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=EOG
X-GNOME-Bugzilla-Component=general
+X-GNOME-DocPath=eog/eog.xml