From 5fb81cf7cda9f3cebf9f8200ba65be164d21fc62 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Wed, 6 Oct 2021 22:08:22 +0200 Subject: [PATCH] allow creating puffy website --- issues/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/issues/Makefile b/issues/Makefile index e89d520..9d41094 100644 --- a/issues/Makefile +++ b/issues/Makefile @@ -9,6 +9,9 @@ generate-site: clean tools/atom.sh webzine.puffy.cafe > ../public/atom.xml xmllint -format ../public/atom.xml +puffy: clean + tools/make_issue.sh _puffy.cafe ../public/index.html + all: generate-site clean: