From d42026809e700278f9ff415ede5f2aeaa7e95a83 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 6 Sep 2023 21:17:25 +0200 Subject: [PATCH] Fix broken conversions from hOCR to ALTO The transformations include hocr__alto.xsl since commit ed2f7de347c47af96fff2a93418995a3088798ca. Signed-off-by: Stefan Weil --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 180f597..f348630 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,7 @@ xsd: vendor xslt: vendor $(MKDIR) xslt # symlink hocr<->alto as well as the language codes lookup xml + cd xslt && $(LN) ../vendor/hOCR-to-ALTO/hocr__alto.xsl hocr__alto.xsl cd xslt && $(LN) ../vendor/hOCR-to-ALTO/hocr__alto2.0.xsl hocr__alto2.0.xsl cd xslt && $(LN) ../vendor/hOCR-to-ALTO/hocr__alto2.1.xsl hocr__alto2.1.xsl cd xslt && $(LN) ../vendor/hOCR-to-ALTO/hocr__alto3.xsl hocr__alto3.0.xsl