summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Nickell <snickell@stanford.edu>2001-12-14 12:23:40 +0000
committerSeth Nickell <seth@src.gnome.org>2001-12-14 12:23:40 +0000
commit7c8800b6a26904be822e28d44fb1bee0c0b20b4b (patch)
tree9ac7af727b24a852758922e965968651b0024a44
parent22ac93ef82dc881990c535f0432cb139ce36ccd5 (diff)
downloadnautilus-7c8800b6a26904be822e28d44fb1bee0c0b20b4b.tar.gz
Install nautilus and help .desktop files into the proper location for
2001-12-14 Seth Nickell <snickell@stanford.edu> * Makefile.am: Install nautilus and help .desktop files into the proper location for GNOME2 menu entries ($datadir/applications).
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f8b6dd4d8..a17fe287c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-12-14 Seth Nickell <snickell@stanford.edu>
+
+ * Makefile.am:
+
+ Install nautilus and help .desktop files into the proper
+ location for GNOME2 menu entries ($datadir/applications).
+
2001-12-13 Darin Adler <darin@bentspoon.com>
* components/Makefile.am:
diff --git a/Makefile.am b/Makefile.am
index 61eba6e52..cb55230c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,10 +56,10 @@ appicon_DATA = nautilus-launch-icon.png \
gnome-starthere-96.png \
gnome-starthere.png
-Applicationsdir = $(datadir)/gnome/apps/Applications
+Applicationsdir = $(datadir)/applications
Applications_DATA = $(DESKTOP_FILES)
-Toplevelmenudir = $(datadir)/gnome/apps
+Toplevelmenudir = $(datadir)/applications
Toplevelmenu_DATA = nautilus-help.desktop
dist-hook: nautilus.spec