From de7ea8576dc4d5f0a698e34ee01d7e93fc3c63b7 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 1 Nov 2006 06:27:47 +0000 Subject: Added osx directory for source files for Mac OS X package, to reduce clutter at top level. git-svn-id: https://pandoc.googlecode.com/svn/trunk@54 788f1e2b-df1e-0410-8736-df70ead52e1b --- osx/Description.plist | 10 ++++++++++ osx/Info.plist | 42 ++++++++++++++++++++++++++++++++++++++++++ osx/OSX-Welcome | 9 +++++++++ 3 files changed, 61 insertions(+) create mode 100644 osx/Description.plist create mode 100644 osx/Info.plist create mode 100644 osx/OSX-Welcome (limited to 'osx') diff --git a/osx/Description.plist b/osx/Description.plist new file mode 100644 index 000000000..8795e8831 --- /dev/null +++ b/osx/Description.plist @@ -0,0 +1,10 @@ + + + + + IFPkgDescriptionDescription + + IFPkgDescriptionTitle + Pandoc + + diff --git a/osx/Info.plist b/osx/Info.plist new file mode 100644 index 000000000..d7dbb4fb7 --- /dev/null +++ b/osx/Info.plist @@ -0,0 +1,42 @@ + + + + + CFBundleGetInfoString + @VERSION@, (c) 2006 John MacFarlane (released under GPL) + CFBundleIdentifier + pandoc + CFBundleShortVersionString + @VERSION@ + IFPkgFlagAllowBackRev + + IFPkgFlagAuthorizationAction + RootAuthorization + IFPkgFlagBackgroundAlignment + topleft + IFPkgFlagBackgroundScaling + none + IFPkgFlagDefaultLocation + / + IFPkgFlagFollowLinks + + IFPkgFlagInstallFat + + IFPkgFlagInstalledSize + 1788 + IFPkgFlagIsRequired + + IFPkgFlagOverwritePermissions + + IFPkgFlagRelocatable + + IFPkgFlagRestartAction + NoRestart + IFPkgFlagRootVolumeOnly + + IFPkgFlagUpdateInstalledLanguages + + IFPkgFormatVersion + 0.10000000149011612 + + diff --git a/osx/OSX-Welcome b/osx/OSX-Welcome new file mode 100644 index 000000000..61e145868 --- /dev/null +++ b/osx/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