From bc33b1f5546dcdd9205b95314dd5b34f0950346b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 5 Jun 2017 15:22:59 -0400 Subject: [PATCH] Prevent spurious pipeline failure on GitLab. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac25129..5573463 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ check: advent .adoc: asciidoc $< -html: index.html advent.html history.html hints.html +html: advent.html history.html hints.html # README.adoc exists because that filename is magic on GitLab. DOCS=COPYING NEWS README.adoc TODO advent.adoc history.adoc hints.adoc advent.6 -- 2.31.1