From edce229b798084f0369e3e003dd88d8e4f28ca66 Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Tue, 14 Jul 2020 16:05:46 +0100 Subject: [PATCH] Fix Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 413c968a..58731e8d 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ $$(tmp_dir): $$(tmp_zip) $$(out): out = $(addsuffix /,$(1)) $$(out): url = $(addprefix https://github.com/plfa/plfa.github.io/archive/web-,$(addsuffix .zip,$(1))) -$$(out): tmp_zip = $(addprefix plfa.github.io-web-,$(addsuffix .zip,$(1))) +$$(out): tmp_dir = $(addprefix plfa.github.io-web-,$(addsuffix /,$(1))) $$(out): baseurl = $(addprefix /,$(1)) $$(out): $$(tmp_dir) cd $$(tmp_dir) && $(JEKYLL) clean && $(JEKYLL) build --destination '../$$(out)' --baseurl '$$(baseurl)'