From 4eec413b664994b63e8fd11683e521b70acffa68 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 1 Nov 2006 06:28:40 +0000 Subject: Remove files from top-level that have been moved to osx directory. git-svn-id: https://pandoc.googlecode.com/svn/trunk@55 788f1e2b-df1e-0410-8736-df70ead52e1b --- Description.plist | 10 ---------- Info.plist | 42 ------------------------------------------ OSX-Welcome | 9 --------- 3 files changed, 61 deletions(-) delete mode 100644 Description.plist delete mode 100644 Info.plist delete mode 100644 OSX-Welcome diff --git a/Description.plist b/Description.plist deleted file mode 100644 index 8795e8831..000000000 --- a/Description.plist +++ /dev/null @@ -1,10 +0,0 @@ - - - - - IFPkgDescriptionDescription - - IFPkgDescriptionTitle - Pandoc - - diff --git a/Info.plist b/Info.plist deleted file mode 100644 index d7dbb4fb7..000000000 --- a/Info.plist +++ /dev/null @@ -1,42 +0,0 @@ - - - - - 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-Welcome b/OSX-Welcome deleted file mode 100644 index 61e145868..000000000 --- a/OSX-Welcome +++ /dev/null @@ -1,9 +0,0 @@ -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