Feat: add rsync exclude in fake_upload
This commit is contained in:
parent
8696d8c176
commit
4c5168e0ac
2
Makefile
2
Makefile
|
@ -88,6 +88,6 @@ rsync_upload: publish
|
|||
|
||||
fake_upload: html
|
||||
mkdir -p $(FAKEDIR)$(YEARSUBFOLDER)
|
||||
rsync -P -rvzc --delete $(OUTPUTDIR)/ $(FAKEDIR)$(YEARSUBFOLDER) --cvs-exclude
|
||||
rsync -P -rvzc --delete $(RSYNC_EXCLUDE) $(OUTPUTDIR)/ $(FAKEDIR)$(YEARSUBFOLDER) --cvs-exclude
|
||||
|
||||
.PHONY: html help clean regenerate serve serve-global devserver publish ssh_upload rsync_upload
|
||||
|
|
Loading…
Reference in New Issue