gnuboot-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 18/18] website: Makefile.am: serve: update target name in mess


From: Denis 'GNUtoo' Carikli
Subject: [PATCH v2 18/18] website: Makefile.am: serve: update target name in message.
Date: Mon, 11 Nov 2024 22:07:53 +0100

This was broken by the commit 6b4b553d49d73691fbb990f4139bbcd5f7c81d55
("website-build: targets: rename targets to use build, serve and
publish.").

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien Bourmault <neox@gnu.org>
---
ChangeLog v1->v2:
- Added neox's ack.
---
 website/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/Makefile.am b/website/Makefile.am
index 5750384f..d186af8a 100644
--- a/website/Makefile.am
+++ b/website/Makefile.am
@@ -159,7 +159,7 @@ serve: website.tar.gz
 else
 serve:
        @printf "%s %s\n" \
-               "The test target is disabled." \
+               "The $@ target is disabled." \
                "To enable it, run './configure --enable-lighttpd'."
        @false
 endif
-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]