From: Eric S. Raymond Date: Mon, 5 Jun 2017 19:22:59 +0000 (-0400) Subject: Prevent spurious pipeline failure on GitLab. X-Git-Tag: 1.1~624 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=bc33b1f5546dcdd9205b95314dd5b34f0950346b Prevent spurious pipeline failure on GitLab. --- 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