libanjuta: bgo #696984 - Fix function argument name typos in documentation comments
[anjuta.git] / mime / Makefile.am
blobcec113c163183a648cbe6b5dafe7696d6f96d44a
1 mimexmldir = $(datadir)/mime/packages
2 mimexml_DATA = anjuta.xml
4 EXTRA_DIST = \
5         $(mimexml_DATA)
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; \
13           fi \
14         fi
16 uninstall-local:
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; \
20           fi \
21         fi
23 -include $(top_srcdir)/git.mk