From 5e1de9cced18e41197cbe981b2fa043174a21c38 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 27 Aug 2020 16:53:40 -0700 Subject: Makefile: Fix macospkg target to fetch target from S3 artifacts. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e7f619677..3f556daec 100644 --- a/Makefile +++ b/Makefile @@ -78,8 +78,10 @@ debpkg: man/pandoc.1 utdemir/ghc-musl:v12-libgmp-ghc8101 bash \ /mnt/linux/make_artifacts.sh -macospkg: man/pandoc.1 - ./macos/make_macos_package.sh +macospkg: + rm -rf macos-release-candidate + aws s3 sync s3://travis-jgm-pandoc macos-release-candidate + make -C macos-release-candidate winpkg: pandoc-$(version)-windows-i386.msi pandoc-$(version)-windows-i386.zip pandoc-$(version)-windows-x86_64.msi pandoc-$(version)-windows-x86_64.zip -- cgit v1.2.3