From 309a15010c90ef8938c1106118421519798908ee Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 2 Nov 2006 03:30:47 +0000 Subject: 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 --- osx/Welcome | 4 ++-- osx/uninstall-pandoc | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'osx') 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: diff --git a/osx/uninstall-pandoc b/osx/uninstall-pandoc index 0e759ed0d..65f6ba76c 100755 --- a/osx/uninstall-pandoc +++ b/osx/uninstall-pandoc @@ -3,7 +3,8 @@ # everything installed by the Pandoc Mac OS X installer. if [ "`id -u`" != 0 ]; then \ - echo "This script must be run with sudo."; \ + echo "This script must be run with root privileges:"; \ + echo "sudo /usr/local/bin/uninstall-pandoc"; \ exit 1; \ fi -- cgit v1.2.3