gnuboot-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v1 03/18] website-build: remove unused DOMAIN variable.


From: Denis 'GNUtoo' Carikli
Subject: [PATCH v1 03/18] website-build: remove unused DOMAIN variable.
Date: Sat, 25 May 2024 20:25:38 +0200

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 <GNUtoo@cyberdimension.org>
---
 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 <https://www.gnu.org/licenses/>.
-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
-- 
2.41.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]