From b477bafba31c54901e20ae43448a10adcc9a404c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 27 May 2025 09:00:38 +0200 Subject: add make target code.zip --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f81023b..f02b1c0 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,9 @@ $(DIFFTESTS:%=turtle-from-%): turtle-from-%: %.rdfa.html $(DIFFTESTS:%=xmp-from-%): xmp-from-%: %.rdfa.html $(RAPPER) -o rdfxml-xmp $< $(dir $<) +code.zip: sem-md/ Makefile README.md _make/ syntax/ test/ + git archive -o $@ HEAD $^ + .PHONY: check \ $(foreach x,check debug debugdiff turtle-from xmp-from,\ $(DIFFTESTS:%=$x-%)) -- cgit v1.2.3