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