aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-01 06:28:40 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-01 06:28:40 +0000
commit4eec413b664994b63e8fd11683e521b70acffa68 (patch)
tree7022c9ff5927203d52a118e6205570a9e967aee6
parentde7ea8576dc4d5f0a698e34ee01d7e93fc3c63b7 (diff)
downloadpandoc-4eec413b664994b63e8fd11683e521b70acffa68.tar.gz
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
-rw-r--r--Description.plist10
-rw-r--r--Info.plist42
-rw-r--r--OSX-Welcome9
3 files changed, 0 insertions, 61 deletions
diff --git a/Description.plist b/Description.plist
deleted file mode 100644
index 8795e8831..000000000
--- a/Description.plist
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>IFPkgDescriptionDescription</key>
- <string></string>
- <key>IFPkgDescriptionTitle</key>
- <string>Pandoc</string>
-</dict>
-</plist>
diff --git a/Info.plist b/Info.plist
deleted file mode 100644
index d7dbb4fb7..000000000
--- a/Info.plist
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleGetInfoString</key>
- <string>@VERSION@, (c) 2006 John MacFarlane (released under GPL)</string>
- <key>CFBundleIdentifier</key>
- <string>pandoc</string>
- <key>CFBundleShortVersionString</key>
- <string>@VERSION@</string>
- <key>IFPkgFlagAllowBackRev</key>
- <false/>
- <key>IFPkgFlagAuthorizationAction</key>
- <string>RootAuthorization</string>
- <key>IFPkgFlagBackgroundAlignment</key>
- <string>topleft</string>
- <key>IFPkgFlagBackgroundScaling</key>
- <string>none</string>
- <key>IFPkgFlagDefaultLocation</key>
- <string>/</string>
- <key>IFPkgFlagFollowLinks</key>
- <true/>
- <key>IFPkgFlagInstallFat</key>
- <false/>
- <key>IFPkgFlagInstalledSize</key>
- <integer>1788</integer>
- <key>IFPkgFlagIsRequired</key>
- <false/>
- <key>IFPkgFlagOverwritePermissions</key>
- <false/>
- <key>IFPkgFlagRelocatable</key>
- <false/>
- <key>IFPkgFlagRestartAction</key>
- <string>NoRestart</string>
- <key>IFPkgFlagRootVolumeOnly</key>
- <false/>
- <key>IFPkgFlagUpdateInstalledLanguages</key>
- <false/>
- <key>IFPkgFormatVersion</key>
- <real>0.10000000149011612</real>
-</dict>
-</plist>
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
-