Skip to content

Commit

Permalink
Try to get Test/ and Test2/ to
Browse files Browse the repository at this point in the history
work with improved Schematron extraction routine. Test2/ seems to work, but
Test/ does not, however the problem does not seem to have anything to do
with Schematron extraction, and exists in the released branch as well.
  • Loading branch information
sydb committed Oct 25, 2024
1 parent 8047eed commit 2bfecb7
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 114 deletions.
2 changes: 1 addition & 1 deletion Test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ test-oddity: actual css
else echo "==deferring: \` diff $(AR)/test.odd.html $(ER)/test.odd.html \`"; fi

$(BINDIR)/teitoodd $(FLAGS) test.odd $(AR)/test.processedodd
$(SAXON) $(AR)/test.processedodd ../odds/extract-isosch.xsl > $(AR)/test.isosch
$(SAXON) $(AR)/test.processedodd ../odds/extract-isosch.xsl lang=en > $(AR)/test.isosch
perl -i -p -e 's/This file generated [0-9T:Z-]+ by .extract-isosch.xsl./DELETED TIMESTAMP/' $(AR)/test.isosch
if [ $(DIFFNOW) -eq 1 ]; \
then diff $(AR)/test.isosch $(ER)/test.isosch; \
Expand Down
Loading

0 comments on commit 2bfecb7

Please sign in to comment.