Skip to content

Commit

Permalink
Fixed bug that caused a validity check on schematron files to run sch…
Browse files Browse the repository at this point in the history
…ematron-compile on an invalid file.
  • Loading branch information
webb committed Dec 18, 2020
1 parent a55df72 commit c993f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ ${publish_dir}/%: ${temp_dir}/%
@ ${MKDIR_P} ${dir $@}
${cp} $< $@

%.sch.xsl: %.sch
${publish_dir}/%.sch.xsl: ${publish_dir}/%.sch
${schematron_compile} --output-file=$@ $<

# # temp_dir
Expand Down

0 comments on commit c993f7b

Please sign in to comment.