parent
24bbf1afdb
commit
93287bd101
|
@ -22,7 +22,7 @@ path_src = src
|
|||
path_test = test
|
||||
|
||||
# all source files will be run through hoxsl; see `applies' target
|
||||
apply_src := $(shell find "$(path_src)" -name '*.xsl')
|
||||
apply_src := $(shell find "$(path_src)" "$(path_test)" -name '*.xsl')
|
||||
apply_dest := $(apply_src:%.xsl=%.xsl.apply)
|
||||
|
||||
# needed by test runner
|
||||
|
|
Loading…
Reference in New Issue