From 033e0db57abc0ebdc6cef47f15be334c1534e4e7 Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Tue, 14 Jul 2020 18:05:18 +0100 Subject: [PATCH] Minor comment. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d6ac0de..b832b41d 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ build-history: latest/ $(RELEASES) latest/: $(addprefix plfa.github.io-web-,$(addsuffix /,$(LATEST_VERSION))) cd $< && $(JEKYLL) clean && $(JEKYLL) build --destination '../latest' --baseurl '/latest' -# Download +# Download PLFA web release and build it under the relevant folder define build_release out := $(addsuffix /,$(1)) url := $(addprefix https://github.com/plfa/plfa.github.io/archive/web-,$(addsuffix .zip,$(1)))