diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-01-11 14:21:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-01-11 14:21:25 +0000 |
commit | 5685b5d27089264c4f6027480a3bbc152b79178d (patch) | |
tree | e21d1511f1b4b049267f7749f2259f078ad866c1 /japanese/emacs20-dl-wnn6/files/patch-ad | |
parent | Dynamic loading module input method `Canna' on Emacs. (diff) |
Dynamic loading module input method `Wnn' on Emacs.
PR: ports/8833
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Diffstat (limited to 'japanese/emacs20-dl-wnn6/files/patch-ad')
-rw-r--r-- | japanese/emacs20-dl-wnn6/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/emacs20-dl-wnn6/files/patch-ad b/japanese/emacs20-dl-wnn6/files/patch-ad new file mode 100644 index 000000000000..6a73e8e48df6 --- /dev/null +++ b/japanese/emacs20-dl-wnn6/files/patch-ad @@ -0,0 +1,11 @@ +--- lisp/its/Makefile.in.orig Sun Oct 11 14:06:41 1998 ++++ lisp/its/Makefile.in Sun Oct 11 14:06:52 1998 +@@ -17,7 +17,7 @@ + + install:: + $(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)/its +- for p in *.elc; do \ ++ for p in *.el *.elc; do \ + echo " $(INSTALL_DATA) $$p $(lispdir)/its/$$p"; \ + $(INSTALL_DATA) $$p $(lispdir)/its/$$p; \ + done |