Fix a Gtk warning when checking path input in the log viewer.
[anjuta-git-plugin.git] / plugins / tools / scripts / Makefile.am
blob3b37108ca3fc55741f96c94f39053f4989ca49d2
1 ## File created by the gnome-build tools
4 toolsdir = $(anjuta_data_dir)/tools
5 tools_SCRIPTS = \
6         prepare-changelog.pl \
7         find-fixmes.pl \
8         translation-status.pl
9 tools_DATA = tools-2.xml
11 EXTRA_DIST = \
12         $(tools_SCRIPTS) \
13         $(tools_DATA) \
14         tools-2.xml.in
16 # from the autoconf manual
17 edit = sed \
18              -e 's|@ANJUTA_DATA_DIR[@]|$(anjuta_data_dir)|g'
19      
20 tools-2.xml: Makefile
21         rm -f $@ $@.tmp
22         $(edit) '$(srcdir)/$@.in' >$@.tmp
23         chmod +x $@.tmp
24         chmod a-w $@.tmp
25         mv $@.tmp $@
26      
27 tools-2.xml: tools-2.xml.in