diff options
-rw-r--r-- | doc/02_Installation.md | 6 | ||||
-rw-r--r-- | doc/12_Compiling.md | 2 | ||||
-rw-r--r-- | src/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/02_Installation.md b/doc/02_Installation.md index ffc8b938..e901ce8a 100644 --- a/doc/02_Installation.md +++ b/doc/02_Installation.md @@ -81,12 +81,12 @@ actually quite painless even though it requires recompiling Textadept. See the ### Mac OSX -Unpack the archive and move `textadept.app` to your user or system +Unpack the archive and move `Textadept.app` to your user or system `Applications` directory like any other Mac OSX application. Run Textadept by -double-clicking `textadept.app`. +double-clicking `Textadept.app`. If you downloaded the set of language-specific modules, unpack it, right-click -`textadept.app`, select `Show Package Contents`, navigate to +`Textadept.app`, select `Show Package Contents`, navigate to `Contents/Resources/modules`, and copy the unpacked modules there. #### Environment Variables diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md index aa7b2303..e0274059 100644 --- a/doc/12_Compiling.md +++ b/doc/12_Compiling.md @@ -66,7 +66,7 @@ installation and run `make WIN32=1` to build `../textadept.exe`. After using `jhbuild`, GTK is in `~/gtk` so make a symlink from `~/gtk/inst` to `src/gtkosx` in Textadept. Then run `make OSX=1` to build `../textadept.osx`. At -this point it is recommended to build a new `textadept.app` from an existing +this point it is recommended to build a new `Textadept.app` from an existing one. Download the most recent app and replace `Contents/MacOS/textadept.osx`, all `.dylib` files in `Contents/Resources/lib`, and all `.so` files in `Contents/Resources/lib/gtk-2.0/<version>/{engines,immodules,loaders}` with your diff --git a/src/Makefile b/src/Makefile index bf229916..a5fce727 100644 --- a/src/Makefile +++ b/src/Makefile @@ -210,7 +210,7 @@ RELEASEDIR32 = textadept_$(value VERSION) RELEASEDIR64 = $(RELEASEDIR32).x86_64 RELEASEDIRWIN32 = $(RELEASEDIR32).win32 RELEASEDIRMAC = $(RELEASEDIR32).osx -TEXTADEPTAPP = $(RELEASEDIRMAC)/$(TEXTADEPT).app +TEXTADEPTAPP = $(RELEASEDIRMAC)/Textadept.app PACKAGE32 = ../releases/$(RELEASEDIR32).tgz PACKAGE64 = ../releases/$(RELEASEDIR64).tgz PACKAGEWIN32 = ../releases/$(RELEASEDIRWIN32).zip |