diff options
| author | Glenn Morris | 2015-05-23 16:38:13 -0700 |
|---|---|---|
| committer | Glenn Morris | 2015-05-23 16:38:13 -0700 |
| commit | 9f89ea1f84dbf708228ced0202774b36f30f2b01 (patch) | |
| tree | e339b10b0b9b90bc15a2bb14e6970215171267f3 /etc/charsets/README | |
| parent | fb11a5e11769a7ca909bf5a7798f9e7193fabb13 (diff) | |
| download | emacs-9f89ea1f84dbf708228ced0202774b36f30f2b01.tar.gz emacs-9f89ea1f84dbf708228ced0202774b36f30f2b01.zip | |
Remove charset map files from repository, generate in first bootstrap
* admin/charsets/Makefile.in (${srcdir}/charsets.stamp): New.
(all): Create the stamp file.
(extraclean): Delete the stamp file.
* src/Makefile.in (lispintdir, charsets): New variables.
(${lispintdir}/cp51932.el, ${lispintdir}/eucjp-ms.el, ${charsets}):
New rules.
(emacs$(EXEEXT), temacs$(EXEEXT)): Depend on $charsets.
* lisp/international/cp51932.el, lisp/international/eucjp-ms.el:
* etc/charsets/*.map: Remove from repository.
; * admin/charsets/mapconv: Fix typo in output comment.
; * etc/charsets/README: Small update.
; * .gitignore: Update for charset changes.
Diffstat (limited to 'etc/charsets/README')
| -rw-r--r-- | etc/charsets/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/charsets/README b/etc/charsets/README index efd0dcecfff..af71f25857b 100644 --- a/etc/charsets/README +++ b/etc/charsets/README | |||
| @@ -37,6 +37,5 @@ Examples: | |||
| 37 | 37 | ||
| 38 | (2) Source of mapping files | 38 | (2) Source of mapping files |
| 39 | 39 | ||
| 40 | All mapping files are generated automatically from data files freely | 40 | All mapping files are generated automatically from files in the |
| 41 | available on the Internet (e.g. glibc/localedata/charmaps). See the | 41 | admin/charsets directory in the Emacs source. |
| 42 | file ../../admin/charsets/mapfiles/README for the detail. | ||