[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 18/18] website: Makefile.am: serve: update target name in mess
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 18/18] website: Makefile.am: serve: update target name in message. |
Date: |
Sun, 13 Oct 2024 17:13:23 +0200 |
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>
---
website/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/Makefile.am b/website/Makefile.am
index 5750384..d186af8 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.46.0
- [PATCH v1 10/18] website: review NetBSD page index and convert to GNU Boot point of view., (continued)
- [PATCH v1 10/18] website: review NetBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 01/18] website: configure.ac: check for sed., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 03/18] website: configure.ac: always check for printf., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 13/18] website: misc: codenames: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 07/18] website: remove history/git-history.jpg, Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 09/18] website: review OpenBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 12/18] website: move contrib.md in history, rename git.md to contribute.md., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 14/18] website: docs: grub: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 15/18] packages: website: release: help: fix program name., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 17/18] website: docs: build: fix link syntax., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 18/18] website: Makefile.am: serve: update target name in message.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 11/18] website: review FreeBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 16/18] website: deploy: rsync: use --delete., Denis 'GNUtoo' Carikli, 2024/10/13