nautilus/data/Makefile.am
Luca Ferretti e77fbdc213 Move "nautilus" named icon from icon/appicon to data/icons matching the
2008-01-10  Luca Ferretti  <elle.uca@libero.it>

	* configure.in:
	* data/Makefile.am:
	* data/icons/*:
	* icons/Makefile.am:
	* icons/appicon/*:
	Move "nautilus" named icon from icon/appicon to data/icons
	matching the directory and naming structure of other GNOME
	projects.

	This will also help if we'll need to add custom themeable
	icons.


svn path=/trunk/; revision=13583
2008-01-10 13:50:53 +00:00

38 lines
657 B
Makefile

NULL=
xml_in_files = nautilus.xml.in
xml_files = $(xml_in_files:.xml.in=.xml)
@INTLTOOL_XML_RULE@
mimedir = $(datadir)/mime/packages
mime_DATA = $(xml_files)
nautilusdatadir = $(datadir)/nautilus
nautilusdata_DATA = \
browser.xml \
nautilus-extras.placeholder \
nautilus-suggested.placeholder \
$(NULL)
EXTRA_DIST = $(nautilusdata_DATA) \
$(xml_in_files) \
$(NULL)
CLEANFILES = $(xml_files)
SUBDIRS = \
icons \
patterns \
$(NULL)
install-data-hook:
if ENABLE_UPDATE_MIMEDB
$(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime"
endif
uninstall-hook:
if ENABLE_UPDATE_MIMEDB
$(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime"
endif