Updated Spanish translation
[anjuta-git-plugin.git] / data / Makefile.am
blob9ae07b8d87de61d5fe3db4387d24ff2fafa8a6b2
1 ## Process this file with automake to produce Makefile.in
3 ## Created by Anjuta - will be overwritten
4 ## If you don't want it to overwrite it,
5 ##      Please disable it in the Anjuta project configuration
7 SUBDIRS = properties
9 anjuta_datadir = $(anjuta_data_dir)
10 anjuta_profiledir = $(anjuta_data_dir)/profiles
12 anjuta_data_DATA = welcome.txt
14 anjuta_profile_DATA = default.profile
16 EXTRA_DIST = $(anjuta_data_DATA) $(anjuta_profile_DATA)
18 uninstall-local:
19         @rm -fv $(anjuta_datadir)/system.tags
20         -if test -d $(DESTDIR)$(anjuta_data_dir)/properties; then \
21             rmdir $(DESTDIR)$(anjuta_data_dir)/properties; fi
23 clean-local:
24         @rm -f system.tags
26 system.tags:
27         cd $(top_builddir)/tagmanager && $(GMAKE) libanjuta-ctags.la
28         cd $(top_builddir)/global-tags && $(GMAKE) system.tags
29         mv $(top_builddir)/global-tags/system.tags .