From 0c029e8258268c026fe3d968809a160eecda7428 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Dec 2016 22:58:05 +0100 Subject: Moved make_osx_package.sh to osx/ directory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1cbcbe015..1c6204e2a 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ debpkg: man/pandoc.1 make -C deb osxpkg: man/pandoc.1 - ./make_osx_package.sh + ./osx/make_osx_package.sh winpkg: pandoc-$(version)-windows.msi -- cgit v1.2.3