diff options
author | taoka <taoka@FreeBSD.org> | 1999-05-19 21:24:00 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-05-19 21:24:00 +0800 |
commit | f6985f73ac8b95c041167e206f5c053c70a3f224 (patch) | |
tree | 1b57f8661a8dd059c02f9fde49843d38aff09d84 /japanese/emacs-manual/files | |
parent | ff1679c5f01260a4da8a0b14cfd95a76c0f87a4d (diff) | |
download | freebsd-ports-gnome-f6985f73ac8b95c041167e206f5c053c70a3f224.tar.gz freebsd-ports-gnome-f6985f73ac8b95c041167e206f5c053c70a3f224.tar.zst freebsd-ports-gnome-f6985f73ac8b95c041167e206f5c053c70a3f224.zip |
Japanese translation of the GNU Emacs Manual
PR: 11638
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Diffstat (limited to 'japanese/emacs-manual/files')
-rw-r--r-- | japanese/emacs-manual/files/Makefile.in | 21 | ||||
-rw-r--r-- | japanese/emacs-manual/files/patch-aa | 29 |
2 files changed, 50 insertions, 0 deletions
diff --git a/japanese/emacs-manual/files/Makefile.in b/japanese/emacs-manual/files/Makefile.in new file mode 100644 index 000000000000..22b3e0d31352 --- /dev/null +++ b/japanese/emacs-manual/files/Makefile.in @@ -0,0 +1,21 @@ +TEXIFILE= emacs.texi +INFOFILE= emacs-ja + +EMACS?= emacs +FORMAT_FLAG?= t + +EMACS_ARGS= -batch -nw --multibyte -no-site-file +EMACS_LOADLIBS= --load=texinfmt.el +EMACS_FUNCALLS= --eval "(texinfo-format-buffer ${FORMAT_FLAG})" -f save-buffer + +all: ${INFOFILE} + +${INFOFILE}: ${TEXIFILE} + ${EMACS} ${EMACS_ARGS} ${EMACS_LOADLIBS} ${TEXIFILE} ${EMACS_FUNCALLS} \ + > /dev/null 2>&1 + +install: all + ${BSD_INSTALL_DATA} ${INFOFILE} ${PREFIX}/info + +clean: + rm -f ${INFOFILE}
\ No newline at end of file diff --git a/japanese/emacs-manual/files/patch-aa b/japanese/emacs-manual/files/patch-aa new file mode 100644 index 000000000000..67218e4c801b --- /dev/null +++ b/japanese/emacs-manual/files/patch-aa @@ -0,0 +1,29 @@ +--- emacs.texi.orig Tue Dec 1 00:00:00 1998 ++++ emacs.texi Fri Apr 23 23:21:44 1999 +@@ -10,20 +10,20 @@ + @setchapternewpage odd + @c @settitle GNU Emacs Manual + @settitle GNU Emacsマニュアル +-@setfilename ../info/emacs ++@setfilename emacs-ja ++@footnotestyle end + @synindex pg cp + + @ifinfo ++@dircategory The Emacs editor and associated tools ++@direntry ++* Emacs-ja: (emacs-ja). The extensible self-documenting text editor. (Japanese) ++@end direntry + @c @c The edition number appears in several places in this file + @c This is the thirteenth edition of the @cite{GNU Emacs Manual}, + @c updated for Emacs version 20.3 + Emacs 20.3版対応に改訂した@cite{GNU Emacs Manual} 13版です。 + @c Please REMEMBER to update edition number in *three* places in this file. +- +-@dircategory Editors +-@direntry +-* Emacs: (emacs). The extensible self-documenting text editor. +-@end direntry + + Published by the Free Software Foundation + 59 Temple Place, Suite 330 |