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 /Makefile | |
parent | 35ff12a569637f7c09ad6b68b74f4a9c9e5e98d4 (diff) | |
download | pandoc-0c029e8258268c026fe3d968809a160eecda7428.tar.gz |
Moved make_osx_package.sh to osx/ directory.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 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 |