clean-local target for *.apply cleanup
Makefile.am (clean-local): Clean up generated *.apply files for tests.master
parent
26cba8eb52
commit
cc91a821e8
|
@ -35,3 +35,6 @@ check: $(test_apply)
|
|||
$(JAVA) -jar "$(SAXON_CP)" \
|
||||
-xsl:"$(path_src)/transform/apply-gen.xsl" \
|
||||
"$<" > "$@"
|
||||
|
||||
clean-local:
|
||||
$(RM) $(test_apply)
|
||||
|
|
Loading…
Reference in New Issue