From 2b834ec92718188caf916b1f4a3dce526bd245c2 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Fri, 29 Jun 2001 03:20:49 +0000 Subject: Work around to make [p]LaTeX2e work. Intended to be temporary until the original distribution is updated. Submitted by: mita --- japanese/ptex-base/Makefile | 6 ++++++ japanese/ptex-common/Makefile | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'japanese') diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile index 4e8afd75a89d..0bb77cc8b5ec 100644 --- a/japanese/ptex-base/Makefile +++ b/japanese/ptex-base/Makefile @@ -70,6 +70,12 @@ pre-install: @${MKDIR} ${TEXMF_TREE} @tar zxf ${_DISTDIR}/${TETEX_TEXMF} -C ${TEXMF_TREE} @tar zxf ${_DISTDIR}/${PTEX_TEXMF} -C ${TEXMF_TREE} +# Following two commands are intended to be temporary until +# the original distribution is updated. + ${MV} -f ${PREFIX}/share/texmf/tex/latex/base/latex.ltx ${WRKDIR} + ${SED} -e 's/\\ifnum\\count@>17/\\ifnum\\count@>57/' \ + ${WRKDIR}/latex.ltx \ + > ${PREFIX}/share/texmf/tex/latex/base/latex.ltx post-install: @${INSTALL_SCRIPT} ${WRKSRC}/texinfo/util/texi2dvi ${PREFIX}/bin diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index 4e8afd75a89d..0bb77cc8b5ec 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/Makefile @@ -70,6 +70,12 @@ pre-install: @${MKDIR} ${TEXMF_TREE} @tar zxf ${_DISTDIR}/${TETEX_TEXMF} -C ${TEXMF_TREE} @tar zxf ${_DISTDIR}/${PTEX_TEXMF} -C ${TEXMF_TREE} +# Following two commands are intended to be temporary until +# the original distribution is updated. + ${MV} -f ${PREFIX}/share/texmf/tex/latex/base/latex.ltx ${WRKDIR} + ${SED} -e 's/\\ifnum\\count@>17/\\ifnum\\count@>57/' \ + ${WRKDIR}/latex.ltx \ + > ${PREFIX}/share/texmf/tex/latex/base/latex.ltx post-install: @${INSTALL_SCRIPT} ${WRKSRC}/texinfo/util/texi2dvi ${PREFIX}/bin -- cgit v1.2.3