mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
added missing file extension in make file generation (index.html)
This commit is contained in:
parent
7b657032ae
commit
405cc66637
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ rsync_upload: $$(OUTPUTDIR)/index.html
|
||||||
ssh_upload: $$(OUTPUTDIR)/index.html
|
ssh_upload: $$(OUTPUTDIR)/index.html
|
||||||
\tscp -r $$(OUTPUTDIR)/* $$(SSH_USER)@$$(SSH_HOST):$$(SSH_TARGET_DIR)
|
\tscp -r $$(OUTPUTDIR)/* $$(SSH_USER)@$$(SSH_HOST):$$(SSH_TARGET_DIR)
|
||||||
|
|
||||||
rsync_upload: $$(OUTPUTDIR)/index.
|
rsync_upload: $$(OUTPUTDIR)/index.html
|
||||||
\trsync -e ssh -P -r $(OUTPUTDIR)/* $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)
|
\trsync -e ssh -P -r $(OUTPUTDIR)/* $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)
|
||||||
|
|
||||||
ftp_upload: $$(OUTPUTDIR)/index.html
|
ftp_upload: $$(OUTPUTDIR)/index.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue