From 61ad7e47f40d577b741cd1689dc08db7ea8d2c79 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Fri, 19 Jul 2024 18:09:09 +0200 Subject: [PATCH] Fix Makefile reference to api doc. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fc337b..40b5e07 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ $(OUT)/share/bash-completion/completions/kupo: $(OUT)/bin/kupo $(OUT)/share/kupo/api.yaml: @mkdir -p $(@D) - @cp docs/api/latest.yaml $@ + @cp docs/api/nightly.yaml $@ $(OUT)/share/kupo/LICENSE: @mkdir -p $(@D)