bgo #706630 - Incorrect MimeType in .desktop file
[anjuta.git] / Makefile.am
blobad91526c8a1a791b30bc7e099a392bbfbce144dc
1 ## Process this file with automake to produce Makefile.in
3 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
5 @INTLTOOL_DESKTOP_RULE@
7 SUBDIRS = \
8         pixmaps scripts data \
9         doc libanjuta plugins src manuals mime launcher po
11 dist_doc_DATA = \
12         MAINTAINERS\
13         README\
14         COPYING\
15         AUTHORS\
16         ChangeLog\
17         INSTALL\
18         NEWS\
19         TODO\
20         FUTURE\
21         ROADMAP\
22         THANKS
24 ## Install it separately in datadir also because it is used in credits
25 ## listing and packaging could compress the ones in docs dir.
27 anjuta_datadir = $(datadir)/anjuta
28 anjuta_data_DATA = AUTHORS
30 EXTRA_DIST = \
31         anjuta.desktop.in.in \
32         autogen.sh \
33         anjuta.prj \
34         setup-gettext \
35         intltool-extract.in\
36         intltool-merge.in\
37         intltool-update.in
39 gnomerelease:
40         scp *.tar.bz2 master.gnome.org:
41         
42 sfrelease:
43         scp *.tar.bz2 clubfan@frs.sf.net:uploads
45 gnomemenudir = $(datadir)/applications
46 gnomemenu_premerge_file = anjuta.desktop.in
47 gnomemenu_DATA = $(gnomemenu_premerge_file:.desktop.in=.desktop)
49 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
51 CLEANFILES = \
52         $(gnomemenu_DATA)
54 DISTCLEANFILES = \
55         intltool-extract \
56         intltool-merge \
57         intltool-update \
58         $(gnomemenu_DATA)
60 -include $(top_srcdir)/git.mk