Updated Spanish translation
[anjuta-git-plugin.git] / Makefile.am
blobae229a94060607083aa1e802684889b9c9663b19
1 ## Process this file with automake to produce Makefile.in
3 @INTLTOOL_DESKTOP_RULE@
5 SUBDIRS = tagmanager global-tags \
6         libegg pixmaps scripts data \
7         doc libanjuta plugins src manuals mime launcher po
9 anjutadocdir = $(datadir)/doc/anjuta
10 anjutadoc_DATA = \
11         MAINTAINERS\
12         README\
13         COPYING\
14         AUTHORS\
15         ChangeLog\
16         INSTALL\
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 EXTRA_DIST = \
30         anjuta.desktop.in.in \
31         anjuta.spec.in \
32         autogen.sh \
33         anjuta.prj \
34         setup-gettext \
35         intltool-extract.in\
36         intltool-merge.in\
37         intltool-update.in\
38         $(anjutadoc_DATA)
40 gnomemenudir = $(datadir)/applications
41 gnomemenu_premerge_file = anjuta.desktop.in
42 gnomemenu_DATA = $(gnomemenu_premerge_file:.desktop.in=.desktop)
44 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
46 # Copy all the spec files. Of course, only one is actually used.
47 dist-hook:
48         for specfile in *.spec; do \
49                 if test -f $$specfile; then \
50                         cp -p $$specfile $(distdir); \
51                 fi \
52         done
54 rpm: dist
55         rpmbuild -ta $(distdir).tar.gz
57 ## Install in RedHat's sytem menu, only if the system is RH.
58 ## install-data-local:
59 ##      -dfi=`which desktop-file-install` ; \
60 ##      if ( [ "x$$dfi" != "x" ] && [ -x $$dfi ] && [ -w $(datadir)/applications ] ) ; then \
61 ##              mkdir -p $(datadir)/applications ; \
62 ##              $$dfi --vendor anjuta --delete-original \
63 ##                --dir $(datadir)/applications \
64 ##                --add-category X-Red-Hat-Base --add-category Application \
65 ##                --add-category Development \
66 ##                $(prefix)/@NO_PREFIX_PACKAGE_MENU_DIR@/Development/anjuta.desktop ; \
67 ##      fi
70 CLEANFILES = \
71         $(gnomemenu_DATA)
73 DISTCLEANFILES = \
74         intltool-extract \
75         intltool-merge \
76         intltool-update \
77         $(gnomemenu_DATA)