From 4b181087a9bfe4cdce3dc8013506b3c359f359d5 Mon Sep 17 00:00:00 2001 From: jamesread Date: Sun, 8 Sep 2024 20:25:49 +0100 Subject: [PATCH] Switch build targets around --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6ff324e60..269860697 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -antora: - antora antora-playbook.yml - default: rm -rf docs mkdir docs $(MAKE) -C modules/ROOT cp CNAME README.md docs/ + +antora: + antora antora-playbook.yml