From a9dab307fb4ad7784bcd4b9a41944e15bbd51d97 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 24 Aug 2014 18:56:55 +0530 Subject: [PATCH] Proper OS X command line tools path --- manual/creating_plugins.rst | 2 +- manual/news.rst | 2 +- src/calibre/linux.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/creating_plugins.rst b/manual/creating_plugins.rst index a421b2a486..c567d52b1f 100644 --- a/manual/creating_plugins.rst +++ b/manual/creating_plugins.rst @@ -37,7 +37,7 @@ the directory in which you created :file:`__init__.py`:: .. note:: On OS X, the command line tools are inside the |app| bundle, for example, if you installed calibre in :file:`/Applications` the command line tools - are in :file:`/Applications/calibre.app/Contents/MacOS/calibre`. + are in :file:`/Applications/calibre.app/Contents/console.app/Contents/MacOS/`. You can download the Hello World plugin from `helloworld_plugin.zip `_. diff --git a/manual/news.rst b/manual/news.rst index f7cd322dcf..c6c6d46a99 100644 --- a/manual/news.rst +++ b/manual/news.rst @@ -296,7 +296,7 @@ If you're satisfied with your recipe, and you feel there is enough demand to jus .. note:: On OS X, the command line tools are inside the |app| bundle, for example, if you installed calibre in :file:`/Applications` the command line tools - are in :file:`/Applications/calibre.app/Contents/MacOS/calibre`. + are in :file:`/Applications/calibre.app/Contents/console.app/Contents/MacOS/`. .. seealso:: diff --git a/src/calibre/linux.py b/src/calibre/linux.py index c891f5ea5e..785db7a035 100644 --- a/src/calibre/linux.py +++ b/src/calibre/linux.py @@ -1103,7 +1103,7 @@ def main(): def cli_index_strings(): return _('On OS X, the command line tools are inside the |app| bundle, for example,' ' if you installed calibre in :file:`/Applications` the command line tools' - ' are in :file:`/Applications/calibre.app/Contents/MacOS/calibre`.'), _( + ' are in :file:`/Applications/calibre.app/Contents/console.app/Contents/MacOS/`.'), _( 'You can see usage for undocumented commands by executing them without arguments in a terminal.')