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
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
30 anjuta.desktop.in.in \
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.
48 for specfile in *.spec; do \
49 if test -f $$specfile; then \
50 cp -p $$specfile $(distdir); \
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 ; \