From 30c2352e91fbd309a0f382f651fa8f2c1c45a8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sat, 9 Mar 2019 00:04:04 +0100 Subject: [PATCH] Publish website via GitLab pages (index.html) --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65e7cd8..d7b6e3c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: artifacts/deps.svg artifacts/deps.png artifacts/deps.pdf +all: artifacts/deps.svg artifacts/deps.png artifacts/deps.pdf artifacts/index.html deps.dot: deps.sh mkdir -p $$(dirname $@) @@ -20,3 +20,5 @@ artifacts/deps.pdf: deps.ps Makefile mkdir -p $$(dirname $@) ps2pdf $< $@ +artifacts/index.html: Makefile + printf %s '

{{{project-name}}}

'