summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2001-02-16 02:29:46 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2001-02-16 02:29:46 +0000
commit7cb5b454a83eb53e3ba5143e4f30ccd913b1cffb (patch)
tree08cfa8d96cd504366084a760ee346f5dcf408068 /data/Makefile.am
parentf7b36dba0b07415ba29e7ca2c9b358c88a791927 (diff)
downloadnautilus-7cb5b454a83eb53e3ba5143e4f30ccd913b1cffb.tar.gz
fixed bug 5599, make objects in $USER/Nautilus localizable. Fixed by
fixed bug 5599, make objects in $USER/Nautilus localizable. Fixed by creating a linkset to instead the Computer and Services icons, and removing the top directory and associated code, since it's no longer needed. * configure.in: removed data/top * data/Makefile.am: removed top directory * data/linksets/Makefile.am: * data/linksets/home.xml: added new home linkset * data/top/.cvsignore: * data/top/.nautilus-metafile.xml: * data/top/Computer: * data/top/Makefile.am: * data/top/Services: removed files from top * libnautilus-extensions/nautilus-file-utilities.c: (nautilus_get_user_main_directory): changed it to no longer copy the top directory; instead, install the new linkset * po/POTFILES.in: added home.xml to the files to be localized
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 73347b9d8..ed2821ec6 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -16,5 +16,4 @@ SUBDIRS = \
fonts \
linksets \
patterns \
- top \
$(NULL)