From 71915ed1ff6fcb3eb5edebf9bbb48b5b80cfc569 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 17 Aug 2022 01:22:42 +0200 Subject: [PATCH] add an extra --link --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57ddcd1..66e4f30 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ $(BUILDDIR)/index.html: $(DATADIR)/index.yaml $(MAKEPAGES) $(BUILDDIR)/%: % - $(call copy) + $(call copy,--link) $(BUILDDIR)/%: $(TMPDIR)/% $(call copy,--link)