diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-08 12:55:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-08 12:55:04 +0000 |
commit | 42fadb342e69382215b9c6cf9c513a00f7003fbb (patch) | |
tree | 7f922e716543a1473c394a9b6cc2fdceda22dcff /japanese/mule-sj3 | |
parent | Minor cleanup. (diff) |
Align all info entries at 4th tab stop (as in system info entries).
Notes
Notes:
svn path=/head/; revision=6802
Diffstat (limited to 'japanese/mule-sj3')
-rw-r--r-- | japanese/mule-sj3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/mule-sj3/Makefile b/japanese/mule-sj3/Makefile index 5f008f36243c..a13a9ba623dd 100644 --- a/japanese/mule-sj3/Makefile +++ b/japanese/mule-sj3/Makefile @@ -3,7 +3,7 @@ # Date created: 8 August 1996 # Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> # -# $Id: Makefile,v 1.4 1997/05/21 07:24:27 asami Exp $ +# $Id: Makefile,v 1.5 1997/05/28 03:06:37 asami Exp $ # DISTNAME= mule-2.3 @@ -42,9 +42,9 @@ post-install: .endfor # Our makeinfo can't handle files with Japanese characters. :< install-info --section="The Emacs editor and associated tools" --entry="* Antenews-jp: (antenews-jp). Version 19 Antenews. (Japanese)" ${PREFIX}/info/antenews-jp ${PREFIX}/info/dir - install-info --section="The Emacs editor and associated tools" --entry="* Mule: (mule). Multilingual Enhancement to GNU Emacs." ${PREFIX}/info/mule ${PREFIX}/info/dir - install-info --section="The Emacs editor and associated tools" --entry="* Mule-jp: (mule-jp). Multilingual Enhancement to GNU Emacs. (Japanese)" ${PREFIX}/info/mule-jp ${PREFIX}/info/dir - install-info --section="The Emacs editor and associated tools" --entry="* Egg-jp: (egg-jp). Japanese/Chinese Inputting Method. (Japanese)" ${PREFIX}/info/egg-jp ${PREFIX}/info/dir - install-info --section="The Emacs editor and associated tools" --entry="* Canna-jp: (canna-jp). Another Japanese Inputting Method. (Japanese)" ${PREFIX}/info/canna-jp ${PREFIX}/info/dir + install-info --section="The Emacs editor and associated tools" --entry="* Mule: (mule). Multilingual Enhancement to GNU Emacs." ${PREFIX}/info/mule ${PREFIX}/info/dir + install-info --section="The Emacs editor and associated tools" --entry="* Mule-jp: (mule-jp). Multilingual Enhancement to GNU Emacs. (Japanese)" ${PREFIX}/info/mule-jp ${PREFIX}/info/dir + install-info --section="The Emacs editor and associated tools" --entry="* Egg-jp: (egg-jp). Japanese/Chinese Inputting Method. (Japanese)" ${PREFIX}/info/egg-jp ${PREFIX}/info/dir + install-info --section="The Emacs editor and associated tools" --entry="* Canna-jp: (canna-jp). Another Japanese Inputting Method. (Japanese)" ${PREFIX}/info/canna-jp ${PREFIX}/info/dir .include <bsd.port.mk> |