Proofread Makefile.

This commit is contained in:
Julien Palard 2023-01-24 14:43:30 +01:00
parent caf3ee3017
commit c45632067b
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 2 additions and 3 deletions

View File

@ -8,9 +8,9 @@ OUTPUTDIR=$(BASEDIR)/output
CONFFILE=$(BASEDIR)/pelicanconf.py
PUBLISHCONF=$(BASEDIR)/publishconf.py
SSH_HOST=51.15.187.166
SSH_HOST=mdk.fr
SSH_PORT=22
SSH_USER=mdk_fr
SSH_USER=mdk
SSH_TARGET_DIR=/var/www/mdk.fr/
@ -35,7 +35,6 @@ help:
@echo ' make serve [PORT=8000] serve site at http://localhost:8000'
@echo ' make serve-global [SERVER=0.0.0.0] serve (as root) to $(SERVER):80 '
@echo ' make devserver [PORT=8000] serve and regenerate together '
@echo ' make ssh_upload upload the web site via SSH '
@echo ' make rsync_upload upload the web site via rsync+ssh '
@echo ' '
@echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html '