Updated Spanish translation
[anjuta.git] / Makefile.am
blobd992748356e63c9ffcb8e288360c94252d9f4739
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 anjutadocdir = $(docdir)
12 anjutadoc_DATA = \
13         MAINTAINERS\
14         README\
15         COPYING\
16         AUTHORS\
17         ChangeLog\
18         INSTALL\
19         NEWS\
20         TODO\
21         FUTURE\
22         ROADMAP\
23         THANKS
25 ## Install it separately in datadir also because it is used in credits
26 ## listing and packaging could compress the ones in docs dir.
28 anjuta_datadir = $(datadir)/anjuta
29 anjuta_data_DATA = AUTHORS
31 EXTRA_DIST = \
32         anjuta.desktop.in.in \
33         autogen.sh \
34         anjuta.prj \
35         setup-gettext \
36         intltool-extract.in\
37         intltool-merge.in\
38         intltool-update.in\
39         $(anjutadoc_DATA)
41 gnomerelease:
42         scp *.tar.bz2 master.gnome.org:
43         
44 sfrelease:
45         scp *.tar.bz2 clubfan@frs.sf.net:uploads
47 gnomemenudir = $(datadir)/applications
48 gnomemenu_premerge_file = anjuta.desktop.in
49 gnomemenu_DATA = $(gnomemenu_premerge_file:.desktop.in=.desktop)
51 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
53 CLEANFILES = \
54         $(gnomemenu_DATA)
56 DISTCLEANFILES = \
57         intltool-extract \
58         intltool-merge \
59         intltool-update \
60         $(gnomemenu_DATA)
62 -include $(top_srcdir)/git.mk