1 mimexmldir = $(datadir)/mime/packages
2 mimexml_DATA = anjuta.xml
7 ## Update mime only when system wide installation takes place
9 install-data-local: install-mimexmlDATA
10 if [ -f $(DESTDIR)$(datadir)/mime/packages/freedesktop.org.xml ] ; then \
11 if which update-mime-database>/dev/null 2>&1; then \
12 update-mime-database $(DESTDIR)$(datadir)/mime; \
17 if [ -f $(DESTDIR)$(datadir)/mime/packages/freedesktop.org.xml ] ; then \
18 if which update-mime-database>/dev/null 2>&1; then \
19 update-mime-database $(DESTDIR)$(datadir)/mime; \
23 -include $(top_srcdir)/git.mk