Feat: add rsync exclude in fake_upload
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user