gnuboot-patches
[Top][All Lists]
Advanced

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

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


From: Adrien 'neox' Bourmault
Subject: Re: [PATCH v1 03/18] website-build: remove unused DOMAIN variable.
Date: Mon, 27 May 2024 15:13:51 +0200
User-agent: Evolution 3.48.4

Le samedi 25 mai 2024 à 20:25 +0200, Denis 'GNUtoo' Carikli a écrit :
> 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

Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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