HOXSL transform path change

Makefile.am (%.apply): {=>src/}transform
master
Mike Gerwitz 2016-07-05 09:44:11 -04:00
parent dd563bba47
commit c5bc7d6cc1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ check: | applies
applies: $(apply_dest)
%.apply: %
$(JAVA) -jar "$(SAXON_CP)" \
-xsl:"$(HOXSL)/transform/apply-gen.xsl" \
-xsl:"$(HOXSL)/src/transform/apply-gen.xsl" \
"$<" > "$@"
clean-local: