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 <GNUtoo@cyberdimension.org> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
parent
452e845d80
commit
224554d19f
|
@ -12,8 +12,6 @@
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
DOMAIN := libreboot.at
|
|
||||||
|
|
||||||
.PHONY: all build check help deploy website.tar.gz
|
.PHONY: all build check help deploy website.tar.gz
|
||||||
|
|
||||||
all: website.tar.gz
|
all: website.tar.gz
|
||||||
|
@ -74,7 +72,7 @@ help:
|
||||||
"help # Print this help" \
|
"help # Print this help" \
|
||||||
"test # run lighttpd on localhost:8080" \
|
"test # run lighttpd on localhost:8080" \
|
||||||
"check # Run automatic tests" \
|
"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"
|
"website.tar.gz # Create a tarball of the website"
|
||||||
|
|
||||||
if WANT_GUIX
|
if WANT_GUIX
|
||||||
|
|
Loading…
Reference in New Issue