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-freewnn | |
parent | 7fcd1ed0e8e79b7889b8e212149633caef7f0527 (diff) | |
download | ports-42fadb342e69382215b9c6cf9c513a00f7003fbb.tar.gz ports-42fadb342e69382215b9c6cf9c513a00f7003fbb.zip |
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-freewnn')
-rw-r--r-- | japanese/mule-freewnn/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/mule-freewnn/Makefile b/japanese/mule-freewnn/Makefile index 6d490f85c440..542763a1c759 100644 --- a/japanese/mule-freewnn/Makefile +++ b/japanese/mule-freewnn/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.27 1997/05/21 07:24:28 asami Exp $ +# $Id: Makefile,v 1.28 1997/05/28 03:06:38 asami Exp $ # DISTNAME= mule-2.3 @@ -43,9 +43,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> |