summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-24 16:53:49 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-24 16:53:49 -0700
commit69178d5b0b2bde5b70b08d053e580d9049fb6d83 (patch)
tree7c8e6ca6c69088691463ccb56bf63636c1a2c379 /make_osx_package.sh
parent8aa9e839c70cf3f2917102a7de3bd8836c719749 (diff)
make_osx_package: don't create man5.
Diffstat (limited to 'make_osx_package.sh')
-rwxr-xr-xmake_osx_package.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh
index 835638c76..2512e81e0 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -25,7 +25,6 @@ PANDOC_CITEPROC_PATH=`cabal unpack -d $DIST pandoc-citeproc | awk '{print $3;}'`
mkdir -p $DEST/bin
mkdir -p $DEST/share/man/man1
-mkdir -p $DEST/share/man/man5
for f in pandoc pandoc-citeproc; do
cp $LOCALBIN/$f $DEST/bin/;
done