From 184e84daa22e8904f9c687523e73ebb0de74f774 Mon Sep 17 00:00:00 2001 From: "Kenneth G. Franqueiro" Date: Thu, 19 Mar 2026 16:12:25 -0400 Subject: [PATCH] Makefile: Replace CSSWG-API-specific force=1 with die-on=nothing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 196d90a..741dd53 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ index.kramdown.html: spec_v1.markdown template.erb sed -e 's/\[\[/\\[\\[/g' -e 's/\]\]/\\]\\]/g' ./spec_v1.markdown | kramdown --parse-block-html --template='template.erb' > index.kramdown.html index.html: index.bs - curl https://www.w3.org/publications/spec-generator/ -F file=@index.bs -F force=1 -F type=bikeshed-spec -F output=html --fail -o index.html + curl https://www.w3.org/publications/spec-generator/ -F file=@index.bs -F die-on=nothing -F type=bikeshed-spec -F output=html --fail -o index.html local: bikeshed -f spec index.bs