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)