Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this the no-leim Makefile. Move the | Gerd Moellmann | 2000-02-01 | 1 | -184/+6 |
| | | | | leim Makefile.in to ../leim-Makefile.in as it originally was. | ||||
* | (MISC): Add ${srcdir}/quail/hebrew.el. | Kenichi Handa | 1999-01-11 | 1 | -1/+4 |
| | |||||
* | (leim-list.el): Use `(cd foo && pwd)` instead of `(cd foo; pwd)`. | Kenichi Handa | 1998-10-17 | 1 | -3/+3 |
| | | | | (install): Likewise. | ||||
* | (RUN-EMACS): Add --multibyte. | Richard M. Stallman | 1998-06-10 | 1 | -1/+1 |
| | |||||
* | (SLAVIC): Delete redundant backslash. | Karl Heuer | 1998-04-29 | 1 | -1/+1 |
| | |||||
* | (install): Make INSTALLDIR and contents world-readable. | Richard M. Stallman | 1998-04-28 | 1 | -0/+1 |
| | |||||
* | (SLAVIC): New macro. | Kenichi Handa | 1998-04-20 | 1 | -1/+5 |
| | | | | (EUROPEAN): Include ${SLAVIC} | ||||
* | Prepend ${srcdir} to all non-TIT lisp file names. | Andreas Schwab | 1998-04-14 | 1 | -19/+20 |
| | | | | (leim-list.el): Depend on ${WORLD}. | ||||
* | (${TIT}): Fix shell conditional syntax. | Richard M. Stallman | 1998-03-27 | 1 | -1/+1 |
| | |||||
* | (BUILT-EMACS): Variable renamed from EMACS. All uses changed. | Richard M. Stallman | 1998-03-10 | 1 | -3/+3 |
| | |||||
* | (${TIT}): To byte-compile quail packages, use just built quail. | Richard M. Stallman | 1998-03-06 | 1 | -1/+2 |
| | |||||
* | (install): Use quail/* in the second tar that copies a dir named quail. | Richard M. Stallman | 1997-09-11 | 1 | -1/+1 |
| | |||||
* | (install): Fix previous change. | Kenichi Handa | 1997-09-04 | 1 | -1/+1 |
| | |||||
* | Do not copy leim-list.el twice. | Kenichi Handa | 1997-09-04 | 1 | -1/+0 |
| | |||||
* | (install): Copy `skk' subdirectory too. | Kenichi Handa | 1997-09-04 | 1 | -4/+7 |
| | |||||
* | (dotdot): This macro deleted. | Kenichi Handa | 1997-08-28 | 1 | -25/+16 |
| | | | | | | | | | | (SUBDIRS): Exclude skk. (all): Substitute ${WORLD} to ${TIT}. (%.el): This target deleted. (${TIT}): Check existence of `quail' subdirectory. (leim-list.el): Do not check old files. (install): If ${srcdir} is different from the current directory, copy also files under ${srcdir}. | ||||
* | Re-arrange macros so that the macro TIT contains | Kenichi Handa | 1997-08-26 | 1 | -8/+21 |
| | | | | | | | only Quial packages generated from CXTERM dictionaries, and the macro NON-TIT contains only Quial packages distributed with Emacs. (install): Do not use -h option for tar, instead copy ${NON-TIT} and ${TIT} separately. | ||||
* | (install): Discard extra data in tar | tar command. | Richard M. Stallman | 1997-08-26 | 1 | -1/+1 |
| | |||||
* | (leim-list.el): Fix previous change. | Kenichi Handa | 1997-08-22 | 1 | -2/+2 |
| | |||||
* | (install): Just copy leim-list.el instead of running | Kenichi Handa | 1997-08-22 | 1 | -6/+14 |
| | | | | | | | | update-leim-list-file on ${INSTALLDIR}. (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el, py-punct-b5.el -> pypunct-b5.el. (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el. (leim-list.el): Delete old files not contained in ${WORLD}. | ||||
* | Invoke emacs by --no-init-file --no-site-file. | Kenichi Handa | 1997-08-10 | 1 | -2/+2 |
| | |||||
* | (RUSSIAN): Add quail/cyril-jis.el. | Kenichi Handa | 1997-08-05 | 1 | -1/+1 |
| | |||||
* | (TIT): New variable, contatination of TIT-GB and TIT-BIG5. | Kenichi Handa | 1997-07-25 | 1 | -151/+29 |
| | | | | | | | | | | | | | | (RUN-EMACS): Do not set EMACSLOADPATH. (ASIA): Include TIBEAN. (all): Remove stamp-bytecomp from dependency list. ({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}. (%.el): Make a link for byte-compiled file too. (stamp-bytecomp): Target deleted. (leim-list.el): Run Emacs with loading quail. (install-XXX): These targets deleted. (install): Remove files under INSTALLDIR before copying new files. Run Emacs with loading quail. (clean mostlyclean): Remove only generated files. | ||||
* | (stamp-bytecomp): Fix shell conditional. | Richard M. Stallman | 1997-07-24 | 1 | -2/+3 |
| | | | | (clean): Fix shell conditional. | ||||
* | Use @LN_S@, not ln -s, in case no symlink support. | Richard M. Stallman | 1997-07-22 | 1 | -3/+9 |
| | | | | (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc. | ||||
* | Modified to avoid *.el files being regarded | Kenichi Handa | 1997-07-17 | 1 | -123/+142 |
| | | | | as intermidiate files and deleted by GNU make. | ||||
* | Rules re-written to avoid tricky code. | Kenichi Handa | 1997-07-15 | 1 | -87/+112 |
| | | | | | (CHINEGE-GB): Include quail/py-punct.elc. (CHINEGE-BIG5): Include quail/py-punct-b5.elc. | ||||
* | Initial revision | Kenichi Handa | 1997-07-08 | 1 | -0/+232 |