[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
- [PATCH v1 00/18] website-build fixes and improvements., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 01/18] website-build: lighttpd.conf.tmpl: add license header., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 02/18] website-build: index.html: add license header and add the GFDL 1.3+., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 03/18] website-build: remove unused DOMAIN variable.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 04/18] website-build: configure.ac: remove duplicated line breaks., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 06/18] website-build: use a less common port., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 05/18] website-build: make the lighttpd port configurable, Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 07/18] website-build: check.sh: fix line length., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 08/18] website-build: check.sh: make it pass shellcheck., Denis 'GNUtoo' Carikli, 2024/05/25