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 diff --git a/make_osx_package.sh b/osx/make_osx_package.sh similarity index 100% rename from make_osx_package.sh rename to osx/make_osx_package.sh