| commit | 51714ed073562406838237f56ee6a0dd272a9bbd | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Apr 13 12:47:39 2024 +0200 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Apr 13 12:47:39 2024 +0200 |
| tree | fa69aa13e5a44ad4964bcdc2900f3110ce9810a5 | |
| parent | 157e07941def2b506cdd8ebae858c001d33e1c8e [diff] |
Fix permissions in of contents
diff --git a/Makefile b/Makefile index f3cf771..707740c 100644 --- a/Makefile +++ b/Makefile
@@ -38,6 +38,7 @@ mkdir -p $@ echo "Converting $< to $@" unzip -q -o $< -d $@ + chmod -R ug+rwX $@ $(TARGET_DIR)/%.i5.xml: $(BUILD_DIR)/% xslt/epub2i5.xsl xslt/idsCorpus-template.xml mkdir -p $(TARGET_DIR)