[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
- [PATCH v2 13/18] website: misc: codenames: review and add GNU Boot context., (continued)
- [PATCH v2 13/18] website: misc: codenames: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 07/18] website: remove history/git-history.jpg, Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 09/18] website: review OpenBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 16/18] website: deploy: rsync: use --delete., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 21/21] coreboot: blobs.list: fam15h: remove F12NbSmuFirmware.h, Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 15/18] packages: website: release: help: fix program name., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 19/21] coreboot: blobs.list: arm-trusted-firmware: Remove RK3399 hdcp.bin firmware., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 17/18] website: docs: build: fix link syntax., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 08/18] website: review BSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 12/18] website: move contrib.md in history, rename git.md to contribute.md., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 18/18] website: Makefile.am: serve: update target name in message.,
Denis 'GNUtoo' Carikli <=
- [PATCH v2 20/21] blobs.list: coreboot: fam15h: remove minnowmax_{1, 2}gb.absf., Denis 'GNUtoo' Carikli, 2024/11/11
- Re: [PATCH v2 00/18] V2 for last websites patches., Adrien 'neox' Bourmault, 2024/11/12