aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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-%))