aboutsummaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
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