diff options
-rw-r--r-- | japanese/elisp-manual/Makefile | 2 | ||||
-rw-r--r-- | japanese/emacs-manual/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/elisp-manual/Makefile b/japanese/elisp-manual/Makefile index 4e81b3a..7cebd5d 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 66ab851..1dd80e3 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: |