diff options
| author | Eli Zaretskii | 2023-08-09 22:03:00 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-08-09 22:03:00 +0300 |
| commit | 020b5d7fefd255117ab4fca636146b5b59c8fb84 (patch) | |
| tree | e8d01c893b2ff955e747ce11f409d7a34258dd65 /java | |
| parent | 164588b174774eba0c3bd6999633a39bed748195 (diff) | |
| download | emacs-020b5d7fefd255117ab4fca636146b5b59c8fb84.tar.gz emacs-020b5d7fefd255117ab4fca636146b5b59c8fb84.zip | |
; Improve INSTALL files
* INSTALL:
* java/INSTALL: Improve and clarify instructions.
Diffstat (limited to 'java')
| -rw-r--r-- | java/INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
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. | |||
| 5 | Please read the entirety of this file before attempting to build Emacs | 5 | Please read the entirety of this file before attempting to build Emacs |
| 6 | as an application package which can run on Android devices. | 6 | as an application package which can run on Android devices. |
| 7 | 7 | ||
| 8 | When building from the source repository, make sure to read | 8 | When building from the source repository (as opposed to from a release |
| 9 | INSTALL.REPO as well. | 9 | tarball), make sure to read INSTALL.REPO in the top-level directory as |
| 10 | well. | ||
| 10 | 11 | ||
| 11 | 12 | ||
| 12 | 13 | ||