diff options
author | sumikawa <sumikawa@FreeBSD.org> | 1999-11-21 23:22:38 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 1999-11-21 23:22:38 +0800 |
commit | 309c909a47d575682f1585482d6a95c714c49b03 (patch) | |
tree | f2f22a3707e75f6f107f8faad509b1392c7f28b1 /japanese/emacs-manual/files | |
parent | 263a8d9206f58de31f853177c9a7f1410b89e0b0 (diff) | |
download | freebsd-ports-gnome-309c909a47d575682f1585482d6a95c714c49b03.tar.gz freebsd-ports-gnome-309c909a47d575682f1585482d6a95c714c49b03.tar.zst freebsd-ports-gnome-309c909a47d575682f1585482d6a95c714c49b03.zip |
Upgrade to 20.4 and remove BROKEN.
PR: 14910
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Diffstat (limited to 'japanese/emacs-manual/files')
-rw-r--r-- | japanese/emacs-manual/files/Makefile.in | 12 | ||||
-rw-r--r-- | japanese/emacs-manual/files/patch-aa | 27 |
2 files changed, 18 insertions, 21 deletions
diff --git a/japanese/emacs-manual/files/Makefile.in b/japanese/emacs-manual/files/Makefile.in index 22b3e0d31352..f8fd7393b50a 100644 --- a/japanese/emacs-manual/files/Makefile.in +++ b/japanese/emacs-manual/files/Makefile.in @@ -1,21 +1,23 @@ TEXIFILE= emacs.texi -INFOFILE= emacs-ja +INFOFILE= ../info/emacs-ja EMACS?= emacs FORMAT_FLAG?= t -EMACS_ARGS= -batch -nw --multibyte -no-site-file +EMACS_ARGS= -batch -nw --multibyte -no-init-file -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} \ +MAKEINFO-BY-EMACS: .USE + ${EMACS} ${EMACS_ARGS} ${EMACS_LOADLIBS} ${.ALLSRC} ${EMACS_FUNCALLS} \ > /dev/null 2>&1 +${INFOFILE}: ${TEXIFILE} MAKEINFO-BY-EMACS + install: all ${BSD_INSTALL_DATA} ${INFOFILE} ${PREFIX}/info clean: - rm -f ${INFOFILE}
\ No newline at end of file + rm -f ${INFOFILE} diff --git a/japanese/emacs-manual/files/patch-aa b/japanese/emacs-manual/files/patch-aa index 67218e4c801b..d0ffe3c4c919 100644 --- a/japanese/emacs-manual/files/patch-aa +++ b/japanese/emacs-manual/files/patch-aa @@ -1,29 +1,24 @@ ---- emacs.texi.orig Tue Dec 1 00:00:00 1998 -+++ emacs.texi Fri Apr 23 23:21:44 1999 -@@ -10,20 +10,20 @@ +--- emacs.texi.~1~ Mon Sep 13 10:50:56 1999 ++++ emacs.texi Tue Nov 16 01:25:21 1999 +@@ -11,7 +11,8 @@ @setchapternewpage odd @c @settitle GNU Emacs Manual @settitle GNU Emacsマニュアル -@setfilename ../info/emacs -+@setfilename emacs-ja ++@setfilename ../info/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版です。 +@@ -21,9 +22,9 @@ + Emacs 20.4版対応に改訂した@cite{GNU Emacs Manual} 13版です。 @c Please REMEMBER to update edition number in *three* places in this file. -- + -@dircategory Editors --@direntry ++@dircategory The Emacs editor and associated tools + @direntry -* Emacs: (emacs). The extensible self-documenting text editor. --@end direntry ++* Emacs-ja: (emacs-ja). The extensible self-documenting text editor. (Japanese) + @end direntry Published by the Free Software Foundation - 59 Temple Place, Suite 330 |