aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-08-09 22:03:00 +0300
committerEli Zaretskii2023-08-09 22:03:00 +0300
commit020b5d7fefd255117ab4fca636146b5b59c8fb84 (patch)
treee8d01c893b2ff955e747ce11f409d7a34258dd65
parent164588b174774eba0c3bd6999633a39bed748195 (diff)
downloademacs-020b5d7fefd255117ab4fca636146b5b59c8fb84.tar.gz
emacs-020b5d7fefd255117ab4fca636146b5b59c8fb84.zip
; Improve INSTALL files
* INSTALL: * java/INSTALL: Improve and clarify instructions.
-rw-r--r--INSTALL17
-rw-r--r--java/INSTALL5
2 files changed, 13 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 605be366e92..d09216739f6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,13 +4,16 @@ Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6 6
7This file contains general information on building GNU Emacs. For 7This file contains general information on building GNU Emacs. If you
8more information specific to the MS-Windows, GNUstep/macOS, MS-DOS, 8are building an Emacs release tarball on a Unix or a GNU system, the
9and Android ports, also read the files nt/INSTALL, nextstep/INSTALL, 9instructions in this file should be sufficient. For other
10msdos/INSTALL, and java/INSTALL. 10configurations, we have additional specialized files:
11 11
12For information about building from a Git checkout (rather than an 12 . INSTALL.REPO if you build from a Git checkout
13Emacs release), read the INSTALL.REPO file first. 13 . nt/INSTALL if you build for MS-Windows
14 . nextstep/INSTALL if you build for GNUstep/macOS
15 . java/INSTALL if you build for Android
16 . msdos/INSTALL if you build for MS-DOS
14 17
15 18
16BASIC INSTALLATION 19BASIC INSTALLATION
diff --git a/java/INSTALL b/java/INSTALL
index 0646db426e0..ef05b811989 100644
--- a/java/INSTALL
+++ b/java/INSTALL
@@ -5,8 +5,9 @@ See the end of the file for license conditions.
5Please read the entirety of this file before attempting to build Emacs 5Please read the entirety of this file before attempting to build Emacs
6as an application package which can run on Android devices. 6as an application package which can run on Android devices.
7 7
8When building from the source repository, make sure to read 8When building from the source repository (as opposed to from a release
9INSTALL.REPO as well. 9tarball), make sure to read INSTALL.REPO in the top-level directory as
10well.
10 11
11 12
12 13