added missing file extension in make file generation (index.html)

This commit is contained in:
Albrecht Mühlenschulte 2012-04-07 11:01:31 +02:00
commit 405cc66637

View file

@ -59,7 +59,7 @@ rsync_upload: $$(OUTPUTDIR)/index.html
ssh_upload: $$(OUTPUTDIR)/index.html
\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)
ftp_upload: $$(OUTPUTDIR)/index.html