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)