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>
This commit is contained in:
parent
034159490a
commit
3959d153a1
|
@ -14,7 +14,7 @@
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
.PHONY: all build check help publish serve website.tar.gz
|
.PHONY: all build check help publish serve website.tar.gz
|
||||||
|
|
||||||
all: website.tar.gz
|
all: help
|
||||||
|
|
||||||
BUILD_OPTIONS :=
|
BUILD_OPTIONS :=
|
||||||
GUIX_SHARE_OPTIONS := --share=`realpath ../`
|
GUIX_SHARE_OPTIONS := --share=`realpath ../`
|
||||||
|
|
Loading…
Reference in New Issue