summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d1be9ef8..2684d4284 100644
--- a/Makefile
+++ b/Makefile
@@ -238,7 +238,8 @@ update-website: ## update website and upload
validate-docx-golden-tests: ## validate docx golden tests against schema
which xmllint || ("xmllint is required" && exit 1)
test -d ./docx-validator || \
- git clone https://github.com/devoidfury/docx-validator
+ (git clone https://github.com/devoidfury/docx-validator && \
+ cd docx-validator && patch -p1 <../wml.xsd.patch)
sh ./tools/validate-docx.sh test/docx/golden/*.docx
.PHONY: validate-docx-golden-tests