summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-07 22:11:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-07 22:11:23 +0000
commit61d5ff258469a1ccba1ddf4ed498aae377cb7204 (patch)
treea503e8e43681a69e086c3636c01b9f247b564560 /japanese
parentRename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. (diff)
Rename ${FILESDIR}/patch-texinfmt.el.patch to
${FILESDIR}/extra-patch-texinfmt.el.patch. (This is an interesting case -- it is a patch to create a patch to be applied by EXTRA_PATCHES later.)
Notes
Notes: svn path=/head/; revision=33483
Diffstat (limited to 'japanese')
-rw-r--r--japanese/elisp-manual/Makefile2
-rw-r--r--japanese/emacs-manual/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/elisp-manual/Makefile b/japanese/elisp-manual/Makefile
index 4e81b3a10602..7cebd5d9e7ae 100644
--- a/japanese/elisp-manual/Makefile
+++ b/japanese/elisp-manual/Makefile
@@ -37,7 +37,7 @@ post-extract:
pre-patch:
@(cd ${WRKSRC} && \
- ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-texinfmt.el.patch ; \
+ ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/extra-patch-texinfmt.el.patch ; \
)
post-patch:
diff --git a/japanese/emacs-manual/Makefile b/japanese/emacs-manual/Makefile
index 66ab8518caa8..1dd80e37284c 100644
--- a/japanese/emacs-manual/Makefile
+++ b/japanese/emacs-manual/Makefile
@@ -48,7 +48,7 @@ post-extract:
# workaround target (please delete after emacs-20.7-man-jp is released).
pre-patch:
@(cd ${WRKSRC} && \
- ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-texinfmt.el.patch ; \
+ ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/extra-patch-texinfmt.el.patch ; \
)
post-patch: