Integrate adding files with the file manager
[anjuta-git-plugin.git] / Makefile.am
blobb246220fb3fc5fa7a25578401db1c8274b3e90ff
1 ## Process this file with automake to produce Makefile.in
3 @INTLTOOL_DESKTOP_RULE@
5 SUBDIRS = tagmanager global-tags \
6         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         autogen.sh \
32         anjuta.prj \
33         setup-gettext \
34         intltool-extract.in\
35         intltool-merge.in\
36         intltool-update.in\
37         $(anjutadoc_DATA)
39 gnomemenudir = $(datadir)/applications
40 gnomemenu_premerge_file = anjuta.desktop.in
41 gnomemenu_DATA = $(gnomemenu_premerge_file:.desktop.in=.desktop)
43 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
45 CLEANFILES = \
46         $(gnomemenu_DATA)
48 DISTCLEANFILES = \
49         intltool-extract \
50         intltool-merge \
51         intltool-update \
52         $(gnomemenu_DATA)