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
This commit is contained in:
parent
76bd231a70
commit
de7ea8576d
3 changed files with 61 additions and 0 deletions
10
osx/Description.plist
Normal file
10
osx/Description.plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?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>
|
42
osx/Info.plist
Normal file
42
osx/Info.plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
<?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>
|
9
osx/OSX-Welcome
Normal file
9
osx/OSX-Welcome
Normal file
|
@ -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
|
||||
|
Loading…
Add table
Reference in a new issue