diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-19 13:24:00 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-19 13:24:00 +0000 |
commit | b63972b47162628063e432cf92c1a6909a794d75 (patch) | |
tree | 0f96d451133008703b6ab8e45b2e5965ddd93ac3 /japanese/emacs-manual/files | |
parent | 2bfdaf7630a60769edd005351a85e60f8391ff4d (diff) | |
download | ports-b63972b47162628063e432cf92c1a6909a794d75.tar.gz ports-b63972b47162628063e432cf92c1a6909a794d75.zip |
Notes
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 |