help: Fix build-tutorial
[anjuta.git] / Makefile.am
blob26646e350ddfac2204a0e1ba071d20e31b11a9e8
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         NEWS\
18         TODO\
19         FUTURE\
20         ROADMAP\
21         THANKS
23 ## Install it separately in datadir also because it is used in credits
24 ## listing and packaging could compress the ones in docs dir.
26 anjuta_datadir = $(datadir)/anjuta
27 anjuta_data_DATA = AUTHORS
29 gnomerelease:
30         scp *.tar.bz2 master.gnome.org:
32 sfrelease:
33         scp *.tar.bz2 clubfan@frs.sf.net:uploads
35 gnomemenudir = $(datadir)/applications
36 gnomemenu_premerge_file = anjuta.desktop.in
37 gnomemenu_DATA = $(gnomemenu_premerge_file:.desktop.in=.desktop)
39 @INTLTOOL_XML_RULE@
40 appdatadir = $(datadir)/metainfo
41 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
42 appdata_in_files = anjuta.appdata.xml.in
44 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
46 EXTRA_DIST = \
47         anjuta.desktop.in.in \
48         autogen.sh \
49         anjuta.prj \
50         setup-gettext \
51         intltool-extract.in\
52         intltool-merge.in\
53         intltool-update.in\
54         $(appdata_in_files)
57 CLEANFILES = \
58         anjuta.appdata.xml \
59         $(gnomemenu_DATA)
61 DISTCLEANFILES = \
62         intltool-extract \
63         intltool-merge \
64         intltool-update \
65         $(gnomemenu_DATA)
67 -include $(top_srcdir)/git.mk