| commit | 1a370e0b035687336d969cb655b81e0f4f3bf940 | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Apr 14 14:22:46 2024 +0200 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Apr 14 14:22:46 2024 +0200 |
| tree | 4b76acc54ac53251280af1adc4c6c7b45ff96ad6 | |
| parent | bf47ae7a5d3b11e616cf25663270c204d17e6671 [diff] [blame] |
Start with 2nd XSLT pass
diff --git a/Makefile b/Makefile index 8ca118c..2652f39 100644 --- a/Makefile +++ b/Makefile
@@ -60,7 +60,7 @@ $(TARGET_DIR)/%.i5.xml: $(BUILD_DIR)/% xslt/epub2i5.xsl xslt/idsCorpus-template.xml mkdir -p $(TARGET_DIR) echo "Converting $< to $@" - $(SAXON) -xsl:xslt/epub2i5.xsl $(shell find $< -name "*.opf") > $@ + $(SAXON) -xsl:xslt/epub2i5.xsl $(shell find $< -name "*.opf") | $(SAXON) -xsl:xslt/unnest_p.xsl - > $@ %.zip: %.i5.xml tei2korapxml -l warn -s -tk - < $< > $@