From 851289241bd28577e6a0ecdf4e168ea8d19e8d2f Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 19 May 2024 13:25:36 +0200 Subject: [PATCH] website-build: Makefile: default to help target. To work on the website, more than one of the targets (like 'make serve' or 'make check') are useful. So it's better to inform users about the available targets instead of building a tarball directly. Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Adrien 'neox' Bourmault --- website-build/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-build/Makefile.am b/website-build/Makefile.am index a023826..51879e2 100644 --- a/website-build/Makefile.am +++ b/website-build/Makefile.am @@ -14,7 +14,7 @@ # along with this program. If not, see . .PHONY: all build check help publish serve website.tar.gz -all: website.tar.gz +all: help BUILD_OPTIONS := GUIX_SHARE_OPTIONS := --share=`realpath ../`