From 2d128f7349a86610e308e6952cbd3b4e61b035ea Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 31 Oct 2006 17:19:25 +0000 Subject: Improvements to Mac OS X package build: + Add "pandoc" as bundle identifier to get rid of warning. + Remove old make_osx_pkg_dirs script, no longer needed because of make target. + Add OSX-Welcome, with information about adding /usr/local/bin to PATH. + Modify Makefile accordingly. git-svn-id: https://pandoc.googlecode.com/svn/trunk@51 788f1e2b-df1e-0410-8736-df70ead52e1b --- OSX-Welcome | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 OSX-Welcome (limited to 'OSX-Welcome') diff --git a/OSX-Welcome b/OSX-Welcome new file mode 100644 index 000000000..61e145868 --- /dev/null +++ b/OSX-Welcome @@ -0,0 +1,9 @@ +Pandoc will be installed into your `@PREFIX@` directory. In order +to use `pandoc` and the associated wrapper scripts, you must have +`/usr/local/bin` in your `PATH.` To add `/usr/local/bin` to your +default path, add these lines to the end of `.profile` in your home +directory and open a new terminal window: + + export PATH=/usr/local/bin:$PATH + export MANPATH=/usr/local/man:$MANPATH + -- cgit v1.2.3