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 <GNUtoo@cyberdimension.org> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
parent
6b4b553d49
commit
851289241b
|
@ -14,7 +14,7 @@
|
|||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
.PHONY: all build check help publish serve website.tar.gz
|
||||
|
||||
all: website.tar.gz
|
||||
all: help
|
||||
|
||||
BUILD_OPTIONS :=
|
||||
GUIX_SHARE_OPTIONS := --share=`realpath ../`
|
||||
|
|
Loading…
Reference in New Issue