1
0
Fork 0
forked from github/pelican

Remove extra endif from Makefile template

This commit is contained in:
Jorge Maldonado Ventura 2018-07-03 20:56:31 +02:00
commit ec15105c2f

View file

@ -63,7 +63,6 @@ help:
@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 '
{% endif %}
{% if dropbox %}
@echo ' make dropbox_upload upload the web site via Dropbox '
{% endif %}