aboutsummaryrefslogtreecommitdiffstats
path: root/admin/charsets/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generate admin/charsets Makefile via configure, and make more portable.Glenn Morris2015-05-211-324/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (SUBDIR_MAKEFILES): Add admin/charsets/Makefile. (admin/charsets/Makefile): Generate it. * admin/charsets/Makefile.in: Rename from Makefile. (AWK, srcdir, top_srcdir, AM_DEFAULT_VERBOSITY): New variables, set by configure. (charsetdir, lispintdir, mapfiledir, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0) (am__v_at_1, LOCAL, mapconv, run_mapconv, big5, compact, cp51932) (cp932, eucjp_ms, gb180302, gb180304, kuten): New variables. (TRANS_TABLE, CHARSETS): Add directory prefix to value. (all): Declare PHONY. (local): New PHONY target. (map_template): New template. Use to define short PHONY aliases. (*.map): Add directory prefixes to targets and prerequisites. Respect make verbosity. (JISC6226.map): Replace non-portable sed append without newline. (install): Remove rule. (clean): Only delete temporary sedscript. (bootstrap-clean, distclean, maintainer-clean, extraclean) (totalclean): New PHONY rules. * admin/charsets/mapconv (BASE): Replace basename with expr. (FILE): Add "mapfiles" subdirectory. (AWK): New variable. Use throughout in place of "awk". (main): Use "gunzip -c" in place of "zcat". Don't leave whitespace before "p", for older sed. * admin/charsets/mapfiles/PTCP154: Add final newline, to make older sed versions happy. ; * .gitignore: Ignore admin/charsets/Makefile.
* Add more mappings for the charset japanese-jisx0208-1978.Kenichi Handa2012-10-141-3/+13
|
* Re-generate charsets. Adjust for the change of admin/charset/mapfiles/*.gzKenichi Handa2012-10-111-56/+61
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (JISX213A.map): Make it depend on mapfiles/JISX213A.map.gz.Kenichi Handa2009-06-121-13/+4
| | | | (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
* Maps depend on files under mapfiles or ${GLIBC_CHARMAPS}.Kenichi Handa2009-06-121-79/+51
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-7/+5
|
* Update copyright years and GPL version.Glenn Morris2008-02-021-4/+4
|
* Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-64Miles Bader2004-10-261-0/+349
Restore accidentally deleted admin/charsets/Makefile