diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-04-23 14:29:21 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-04-23 14:29:21 +0200 |
commit | 06dda37076c6e5b222f868a46fe84c070a04d680 (patch) | |
tree | e63a90e27ca93ff00e58ff125d6fd15f161b7632 /Makefile.am | |
parent | dd10aa3618b195a127014ba033eb522f907077a1 (diff) | |
download | nautilus-06dda37076c6e5b222f868a46fe84c070a04d680.tar.gz |
Move desktop files into data/
Move desktop files into data/ subdirectory, so that they not clutter
the top source dir.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am index 194e1c706..0522c2fe8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,5 @@ include $(top_srcdir)/Makefile.shared -@INTLTOOL_DESKTOP_RULE@ - -desktopdir = $(datadir)/applications -desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -desktop_in_files = \ - nautilus.desktop.in \ - nautilus-home.desktop.in \ - nautilus-computer.desktop.in \ - nautilus-folder-handler.desktop.in \ - nautilus-file-management-properties.desktop.in \ - nautilus-browser.desktop.in \ - nautilus-autorun-software.desktop.in - SUBDIRS = \ eel \ libnautilus-extension \ @@ -47,11 +34,8 @@ EXTRA_DIST= \ intltool-update.in \ Makefile.shared \ add-include-prefix \ - $(desktop_in_files) \ $(NULL) -CLEANFILES = $(desktop_DATA) - DISTCLEANFILES = \ intltool-extract \ intltool-merge \ |