diff options
author | asami <asami@FreeBSD.org> | 1997-06-08 20:55:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-08 20:55:04 +0800 |
commit | 30a397d6c4bc1fde48e3e9f43de658539a1bf0ff (patch) | |
tree | 450f89d44a20ec50668b62d4fdc79d12da2665fe /japanese/mule-canna | |
parent | aa8b0634d6f77845e74d5efe1c769f0dcba3819b (diff) | |
download | freebsd-ports-gnome-30a397d6c4bc1fde48e3e9f43de658539a1bf0ff.tar.gz freebsd-ports-gnome-30a397d6c4bc1fde48e3e9f43de658539a1bf0ff.tar.zst freebsd-ports-gnome-30a397d6c4bc1fde48e3e9f43de658539a1bf0ff.zip |
Align all info entries at 4th tab stop (as in system info entries).
Diffstat (limited to 'japanese/mule-canna')
-rw-r--r-- | japanese/mule-canna/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/mule-canna/Makefile b/japanese/mule-canna/Makefile index f38aa0733f45..2f319bae8bba 100644 --- a/japanese/mule-canna/Makefile +++ b/japanese/mule-canna/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.27 1997/05/21 07:24:26 asami Exp $ +# $Id: Makefile,v 1.28 1997/05/28 03:06:35 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> |