From db9cebdf9152fe1c3ea1ce324a6b2aceb01807fb Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 29 Oct 2006 20:58:18 +0000 Subject: Bug fixes to make_osx_pkg_dirs. git-svn-id: https://pandoc.googlecode.com/svn/trunk@38 788f1e2b-df1e-0410-8736-df70ead52e1b --- make_osx_pkg_dirs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'make_osx_pkg_dirs') diff --git a/make_osx_pkg_dirs b/make_osx_pkg_dirs index d425ff075..3671f04a8 100755 --- a/make_osx_pkg_dirs +++ b/make_osx_pkg_dirs @@ -1,10 +1,16 @@ #!/bin/sh -e # make directories for a Mac OSX package +# WARNING: This isn't finished. Don't use it yet! +# Need to fix permissions & ownerships. See +# http://s.sudre.free.fr/Stuff/PackageMaker_Howto.html +# Also, think about where to put these files. I'm not sure /usr/local/bin +# is in the path by default in OSX. + PANDOC="pandoc" EXECUTABLES="pandoc markdown2html html2markdown markdown2latex latex2markdown markdown2pdf" DOCS="README README.html BUGS TODO" -MAN_PAGES=$(echo "$EXECUTABLES" | sed -e 's#\([^ ]*\)/\/man\/man1\/#\1#g') +MAN_PAGES=$(echo "$EXECUTABLES" | sed -e 's#\([^ ]*\)#man/man1/\1\.1#g') make # make sure the executables have been built make README.html -- cgit v1.2.3