diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-17 13:34:12 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-17 13:34:12 -0700 |
commit | fa0d9a28dfac2e1303dbb236a9c60ee4394eacb1 (patch) | |
tree | fd6bf31d58ed536941d728d95f1e9eb4d3674ea9 /Makefile | |
parent | 90e4603f8a19194553f60dbf0e78b01d64db7738 (diff) | |
download | pandoc-fa0d9a28dfac2e1303dbb236a9c60ee4394eacb1.tar.gz |
Makefile: added osxpkg target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -44,6 +44,9 @@ dist: sdist man: ${MANPAGES} +osxpkg: + ./make_osx_package.sh + %.1: %.1.template ${makemanpages} @@ -53,4 +56,4 @@ man: ${MANPAGES} clean: -rm ${MANPAGES} -.PHONY: all man clean test build bench haddock sdist +.PHONY: all man clean test build bench haddock sdist osxpkg |