summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-03-02 18:31:35 +0800
committerPo Lu <luangruo@yahoo.com>2023-03-02 18:31:35 +0800
commit960230d88d3c063ad51f91de076dd2b4a7b88ca1 (patch)
tree5a9c421aa3709a76e9351ba7c40ed0f52a2ab923 /INSTALL
parent951bdd021f51959649bf0bff9b16fde00c23f1a7 (diff)
downloademacs-960230d88d3c063ad51f91de076dd2b4a7b88ca1.tar.gz
Summary: Update Android port
* INSTALL: Document where to find Android installation instructions. * configure.ac (CHECK_LISP_OBJECT_TYPE): Pacify -Wsuggest-attribute=noreturn only on Android. * cross/ndk-build/README: New file. * doc/emacs/android.texi (Android): * doc/emacs/emacs.texi (Top): * doc/emacs/input.texi (Other Input Devices): Untabify menus. * etc/NEWS: Move INSTALL.android to java/INSTALL. * java/INSTALL: New file. * java/README: * src/coding.c (from_unicode_buffer): Make Android specific code only build on Android.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 344ae39f464..a69e1f2aec7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,9 +5,9 @@ See the end of the file for license conditions.
This file contains general information on building GNU Emacs. For
-more information specific to the MS-Windows, GNUstep/macOS, and MS-DOS
-ports, also read the files nt/INSTALL, nextstep/INSTALL, and
-msdos/INSTALL.
+more information specific to the MS-Windows, GNUstep/macOS, MS-DOS,
+and Android ports, also read the files nt/INSTALL, nextstep/INSTALL,
+msdos/INSTALL, and java/INSTALL.
For information about building from a Git checkout (rather than an
Emacs release), read the INSTALL.REPO file first.