aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-02-24 00:58:57 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-02-24 00:58:57 -0500
commitafa1dba154b5702e64cca5ebcce4f3087116bd1b (patch)
tree175f6c4dff38321bc1d33cbea61472dc376ff103 /docs
parent5114d409fd45e76c1154aad20eac9cb21843cd3c (diff)
Second pass refactoring Makefile.
Allow both the GUI and terminal version to be compiled concurrently.
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual.md b/docs/manual.md
index b88cf074..f3bd7714 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -1510,17 +1510,16 @@ Command | Description
`make GTK3=1` | Builds Textadept using GTK 3.x
`make DEBUG=1` | Optionally builds Textadept with debug symbols
`make install` | Optionally installs Textadept (to */usr/local* by default)
-`make curses` | Builds the terminal version of Textadept
+`make textadept` | Builds only the GUI version of Textadept
+`make curses` | Builds only the terminal version of Textadept
`make curses install`| Optionally installs the terminal version of Textadept
`make uninstall` | Uninstalls Textadept (from */usr/local* by default)
`make clean` | Deletes all compiled files, leaving only source files
`make clean-deps` | Deletes all unpacked dependencies, leaving only downloads
`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 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
`make osx-app` | Builds *Textadept.app*
If you want to install Textadept into a non-standard location, you can specify that location