summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-26 15:43:44 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-26 15:43:44 +0000
commitbdb55edd1845d2963a3b06316e5cdb25a3ca0a15 (patch)
tree14700127fcfe60265bdae05013cdd39f69a1f343 /INSTALL
parent3462d2d1b6a056ac786692c524cdcef62724a980 (diff)
Removed osx package targets in Makefile, and documentation for
them in INSTALL. osx packaging was not working well, because of the binary's dependency on a dynamic library GMP. A MacPorts port will be provided instead. git-svn-id: https://pandoc.googlecode.com/svn/trunk@905 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 0 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index b6b73322c..bdf464aae 100644
--- a/INSTALL
+++ b/INSTALL
@@ -142,11 +142,6 @@ but are documented here for packagers and developers:
* `deb`: Creates debian packages in `..` directory.
* `macport`: Creates MacPorts Portfile in `macports` directory.
* `freebsd`: Creates freebsd Makefile and distinfo in `freebsd` directory.
-* `osx-pkg-prep`: Prepares for building a MacOS X package.
-* `osx-pkg`: Builds a MacOS X package (must be run as root, and on OS X).
- You should make `osx-pkg-prep` first (not as root).
-* `osx-dmg`: Creates a compressed disk image containing Mac OS X package
- (must be run on OS X). You should make `osx-pkg` first.
* `win-pkg`: Creates a Windows binary package (presupposes `pandoc.exe`,
which must be created by building Pandoc on a Windows machine).
* `website`: Creates Pandoc's website in `web/pandoc` directory.