emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/with-editor 96aa1d3 5/6: make: Fix publish and release tar


From: ELPA Syncer
Subject: [nongnu] elpa/with-editor 96aa1d3 5/6: make: Fix publish and release targets
Date: Thu, 16 Dec 2021 13:58:13 -0500 (EST)

branch: elpa/with-editor
commit 96aa1d3baf484d31aced5d6479372c01b162dfa0
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    make: Fix publish and release targets
---
 docs/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Makefile b/docs/Makefile
index efcdd24..021d68c 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -83,7 +83,7 @@ space := $(empty) $(empty)
 publish: html html-dir pdf
        @aws s3 cp $(PKG).html $(PUBLISH_TARGET)
        @aws s3 cp $(PKG).pdf  $(PUBLISH_TARGET)
-       @aws s3 sync --delete $(PKG) $(PUBLISH_TARGET)$(PKG)/
+       @aws s3 sync $(PKG)    $(PUBLISH_TARGET)$(PKG)/
        @printf "Generating CDN invalidation\n"
        @aws cloudfront create-invalidation --distribution-id $(CFRONT_DIST) 
--paths \
        "$(subst $(space),$(comma),$(addprefix 
$(PUBLISH_PATH),$(CFRONT_PATHS)))" > /dev/null
@@ -91,7 +91,7 @@ publish: html html-dir pdf
 release: html html-dir pdf
        @aws s3 cp $(PKG).html $(RELEASE_TARGET)
        @aws s3 cp $(PKG).pdf  $(RELEASE_TARGET)
-       @aws s3 sync --delete $(PKG) $(RELEASE_TARGET)$(PKG)/
+       @aws s3 sync $(PKG)    $(RELEASE_TARGET)$(PKG)/
        @aws s3 cp $(PUBLISH_TARGET)dir.html $(RELEASE_TARGET)dir.html
        @aws s3 cp $(PUBLISH_TARGET)dir/index.html 
$(RELEASE_TARGET)dir/index.html
        @printf "Generating CDN invalidation\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]