summaryrefslogtreecommitdiff
path: root/osx/Welcome
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-02 03:30:47 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-02 03:30:47 +0000
commit309a15010c90ef8938c1106118421519798908ee (patch)
tree08b0859461322c3ef50d0d38a555f0f6902d9f1b /osx/Welcome
parentdd297dda0abf5c19243e7570fe153fefa338e166 (diff)
Changes related to osx packaging:
+ Simplified osx-dmg target, which need not be built as root. + Made osx-pkg and osx-pkg-prep non-.PHONY, plus a few other minor changes to make the dependencies work correctly. + Removed \< from the sed regex in cabalize; this is not support in BSD sed. + Changed path information in osx/Welcome and message in uninstall-pandoc. git-svn-id: https://pandoc.googlecode.com/svn/trunk@67 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'osx/Welcome')
-rw-r--r--osx/Welcome4
1 files changed, 2 insertions, 2 deletions
diff --git a/osx/Welcome b/osx/Welcome
index 3acc7efd7..5b075ac50 100644
--- a/osx/Welcome
+++ b/osx/Welcome
@@ -4,8 +4,8 @@ to use `pandoc` and the associated wrapper scripts, you must have
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
+ export PATH=$PATH:/usr/local/bin
+ export MANPATH=$MANPATH:/usr/local/share/man
To uninstall Pandoc at any time, use the following command: