diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-12-10 22:58:05 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-12-10 22:58:05 +0100 |
commit | 0c029e8258268c026fe3d968809a160eecda7428 (patch) | |
tree | 4f90f7ff23541dca1cb9f98738708dae45391192 | |
parent | 35ff12a569637f7c09ad6b68b74f4a9c9e5e98d4 (diff) | |
download | pandoc-0c029e8258268c026fe3d968809a160eecda7428.tar.gz |
Moved make_osx_package.sh to osx/ directory.
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | osx/make_osx_package.sh (renamed from make_osx_package.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 diff --git a/make_osx_package.sh b/osx/make_osx_package.sh index 200702a0a..200702a0a 100755 --- a/make_osx_package.sh +++ b/osx/make_osx_package.sh |