Pacify automake/make with a copy rule.

This commit is contained in:
Eric S. Raymond 2007-05-11 14:56:08 +00:00
parent 75b7510973
commit 0cd2465991

View file

@ -22,6 +22,7 @@ endif
if TOOLS
bin_PROGRAMS += exploder cutter
bin_SCRIPTS += wmlscope wmllint
CLEANFILES = $(bin_SCRIPTS)
endif
if EDITOR
@ -536,3 +537,10 @@ else
install-exec-hook:
uninstall-hook:
endif
#############################################################################
# Scripts
#############################################################################
$(bin_SCRIPTS):
cp ../data/tools/$@ .