aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-01 23:54:57 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-01 23:54:57 -0400
commit42655d3486815e2a0c53a30504aca495b121b2cf (patch)
tree6dcbed6ac20dae783c445b48190794656d6e5936
parent51bb4b195d257eeb769c84850b98fcb8b81d7c85 (diff)
downloadbnewnet-42655d3486815e2a0c53a30504aca495b121b2cf.tar.gz
bnewnet-42655d3486815e2a0c53a30504aca495b121b2cf.zip
comment out unused Makefile targets
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 64ac829..27342a3 100644
--- a/Makefile
+++ b/Makefile
@@ -51,11 +51,11 @@ help:
@echo ' make stopserver stop local server '
@echo ' make ssh_upload upload the web site via SSH '
@echo ' make rsync_upload upload the web site via rsync+ssh '
- @echo ' make dropbox_upload upload the web site via Dropbox '
- @echo ' make ftp_upload upload the web site via FTP '
- @echo ' make s3_upload upload the web site via S3 '
- @echo ' make cf_upload upload the web site via Cloud Files'
- @echo ' make github upload the web site via gh-pages '
+ #@echo ' make dropbox_upload upload the web site via Dropbox '
+ #@echo ' make ftp_upload upload the web site via FTP '
+ #@echo ' make s3_upload upload the web site via S3 '
+ #@echo ' make cf_upload upload the web site via Cloud Files'
+ #@echo ' make github upload the web site via gh-pages '
@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 '