Feat: presentation globale ok
This commit is contained in:
2
Makefile
2
Makefile
@@ -85,5 +85,7 @@ rsync_upload: publish
|
||||
#rsync -e "ssh -p $(SSH_PORT)" -P -rvzc --cvs-exclude --delete $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)
|
||||
rsync -e "ssh" -P -rvzc --delete --exclude "pymath" --exclude "opytex" $(OUTPUTDIR)/ $(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude
|
||||
|
||||
fake_upload: html
|
||||
rsync -P -rvzc --delete $(OUTPUTDIR)/ ../output/ --cvs-exclude
|
||||
|
||||
.PHONY: html help clean regenerate serve serve-global devserver publish ssh_upload rsync_upload
|
||||
|
||||
Reference in New Issue
Block a user