aboutsummaryrefslogtreecommitdiffstats
path: root/etc/charsets/README
diff options
context:
space:
mode:
authorGlenn Morris2015-05-23 16:38:13 -0700
committerGlenn Morris2015-05-23 16:38:13 -0700
commit9f89ea1f84dbf708228ced0202774b36f30f2b01 (patch)
treee339b10b0b9b90bc15a2bb14e6970215171267f3 /etc/charsets/README
parentfb11a5e11769a7ca909bf5a7798f9e7193fabb13 (diff)
downloademacs-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/README5
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
40All mapping files are generated automatically from data files freely 40All mapping files are generated automatically from files in the
41available on the Internet (e.g. glibc/localedata/charmaps). See the 41admin/charsets directory in the Emacs source.
42file ../../admin/charsets/mapfiles/README for the detail.