Pacify automake/make with a copy rule.
This commit is contained in:
parent
75b7510973
commit
0cd2465991
1 changed files with 8 additions and 0 deletions
|
@ -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/$@ .
|
||||
|
|
Loading…
Add table
Reference in a new issue