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-ac | |
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>
Notes
Notes:
svn path=/head/; revision=16009
Diffstat (limited to 'japanese/emacs20-dl-wnn6/files/patch-ac')
-rw-r--r-- | japanese/emacs20-dl-wnn6/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/emacs20-dl-wnn6/files/patch-ac b/japanese/emacs20-dl-wnn6/files/patch-ac new file mode 100644 index 000000000000..575d9115b93d --- /dev/null +++ b/japanese/emacs20-dl-wnn6/files/patch-ac @@ -0,0 +1,11 @@ +--- lisp/Makefile.in.orig Sun Oct 11 14:06:21 1998 ++++ lisp/Makefile.in Sun Oct 11 14:06:30 1998 +@@ -18,7 +18,7 @@ + + install:: + $(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir) +- for p in *.elc eggrc-*; do \ ++ for p in *.el *.elc eggrc-*; do \ + echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \ + $(INSTALL_DATA) $$p $(lispdir)/$$p; \ + done |