aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-08-27 16:53:40 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-08-27 18:10:15 -0700
commit5e1de9cced18e41197cbe981b2fa043174a21c38 (patch)
treeab2468755b8a9882521686c19e0d9511ec3de0a5 /Makefile
parent42d02aa3474cfb094913f0f169e3a6da4f803470 (diff)
downloadpandoc-5e1de9cced18e41197cbe981b2fa043174a21c38.tar.gz
Makefile: Fix macospkg target to fetch target from S3 artifacts.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files 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