From 224554d19f3ea65bb2e256af8a6a760781a46d70 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 13 May 2024 23:02:07 +0200 Subject: [PATCH] website-build: remove unused DOMAIN variable. The variable could be updated, but this could be misleading as it is only used in the help of that Makefile. Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Adrien 'neox' Bourmault --- website-build/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website-build/Makefile.am b/website-build/Makefile.am index e866675..d33683d 100644 --- a/website-build/Makefile.am +++ b/website-build/Makefile.am @@ -12,8 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -DOMAIN := libreboot.at - .PHONY: all build check help deploy website.tar.gz all: website.tar.gz @@ -74,7 +72,7 @@ help: "help # Print this help" \ "test # run lighttpd on localhost:8080" \ "check # Run automatic tests" \ - "deploy # Deploy the website to https://$(DOMAIN)" \ + "deploy # Deploy the website to https://gnu.org/software/gnuboot" \ "website.tar.gz # Create a tarball of the website" if WANT_GUIX