From 94eb6fed0c1a20da8c5528e9942a56ee68b34f0d Mon Sep 17 00:00:00 2001
From: "j.vondoemming" <j.vondoemming@stud.uni-goettingen.de>
Date: Sun, 31 Jul 2022 15:00:42 +0200
Subject: [PATCH] updated help text

---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 239493d..598b327 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ endif
 default: html
 
 help:
-	@echo 'Makefile for a pelican Web site                                           '
+	@echo 'Makefile für die Webseite der Fachgruppe Informatik.                      '
 	@echo '                                                                          '
 	@echo 'Usage:                                                                    '
 	@echo '   make html                           (re)generate the web site          '
@@ -46,9 +46,9 @@ help:
 	@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 devserver-global               regenerate and serve on 0.0.0.0    '
-	@echo '   make ssh_upload                     upload the web site via SSH        '
-	@echo '   make sftp_upload                    upload the web site via SFTP       '
-	@echo '   make rsync_upload                   upload the web site via rsync+ssh  '
+	@#echo '   make ssh_upload                     upload the web site via SSH        '
+	@#echo '   make sftp_upload                    upload the web site via SFTP       '
+	@#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   '
 	@echo 'Set the RELATIVE variable to 1 to enable relative urls                    '
-- 
GitLab