aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--docs/manual.md1
2 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index e319f2fc..eb91e572 100644
--- a/README.md
+++ b/README.md
@@ -101,12 +101,10 @@ Command | Description
`make GTK3=1` | Builds Textadept using GTK 3.x
`make DEBUG=1` | Optionally builds Textadept with debug symbols
`make curses` | Builds the terminal version of Textadept
-`make win32-deps` | Downloads and builds Textadept's Windows dependencies
-`make win32` | Cross-compiles Textadept for Windows
-`make win32-curses` | Cross-compiles the terminal version for Windows
+`make win-deps` | Downloads and builds Textadept's Windows dependencies
+`make win` | Cross-compiles Textadept for Windows
`make osx-deps` | Downloads and builds Textadept's macOS dependencies
`make osx` | Cross-compiles Textadept for macOS
-`make osx-curses` | Cross-compiles the terminal version for macOS
When building within Docker, the relevant container [image][] is
`ghcr.io/orbitalquark/textadept-build:v1.0`.
diff --git a/docs/manual.md b/docs/manual.md
index 917cca1e..60c894c9 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -1520,7 +1520,6 @@ Command | Description
`make win` | Cross-compiles Textadept for Windows
`make osx-deps` | Downloads and builds Textadept's macOS dependencies
`make osx` | Cross-compiles Textadept for macOS
-`make osx-app` | Builds *Textadept.app*
If you want to install Textadept into a non-standard location, you can specify that location
using the `DESTDIR` variable. For example: