diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0566e6d..96dea43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: |