12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- diff -up eptex-100420/0eptex.sh\~ eptex-100420/0eptex.sh
- --- eptex-100420/0eptex.sh~ 2010-04-20 15:54:55.000000000 +0900
- +++ eptex-100420/0eptex.sh 2010-07-19 18:28:48.000000000 +0900
- @@ -1,12 +1,13 @@
- #!/bin/bash
-
- -PTEXLIVE_VER=`ls ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"`
- +#PTEXLIVE_VER=`ls ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"`
- +PTEXLIVE_VER=20100711
- echo "*** ptexlive: $PTEXLIVE_VER"
- pushd ../ptexlive-$PTEXLIVE_VER
- . common.sh
- popd
- necessity_command autoreconf --version
- -WEBDIR=$TMP_PREFIX/texlive-20091011-source/texk/web2c/
- +WEBDIR=$TMP_PREFIX/texlive-20091107-source/texk/web2c/
-
- ## patch pTeX
- QTRIP_VER=`ls ../ptex-qtrip-*.tar.gz 2>/dev/null |sed "s/.*ptex-qtrip-//;s/.tar.gz//"`
- @@ -56,6 +57,8 @@ cat $WEBDIR/configure | sed "s/fiif/fi\n
- mv $WEBDIR/configure.new $WEBDIR/configure || exit 1
- chmod +x $WEBDIR/configure
-
- +exit 0
- +
- ## compile
- (cd ../ptexlive-$PTEXLIVE_VER;
- $MAKE stage3 || exit 1
- Diff finished. Mon Jul 19 18:28:52 2010
- diff -up eptex-100420/6babel.sh\~ eptex-100420/6babel.sh
- --- eptex-100420/6babel.sh~ 2010-04-20 15:27:36.000000000 +0900
- +++ eptex-100420/6babel.sh 2010-07-19 19:06:06.000000000 +0900
- @@ -3,7 +3,8 @@
- # pTeX に各言語のハイフン定義ファイルを読み込ませ,
- # Babel マクロパッケージをちゃんと使えるようにします.
- #
- -PTEXLIVE_VER=`ls ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"`
- +#PTEXLIVE_VER=`ls ../ptexlive-*.tar.gz|sed "s/.*ptexlive-//;s/.tar.gz//"`
- +PTEXLIVE_VER=20100711
- pushd ../ptexlive-$PTEXLIVE_VER
- . common.sh
- popd
- diff -up eptex-100420/6babel.sh\~ eptex-100420/6babel.sh
- --- eptex-100420/6babel.sh~ 2010-07-24 19:15:36.005709272 +0900
- +++ eptex-100420/6babel.sh 2010-07-24 19:16:20.489584193 +0900
- @@ -84,13 +84,13 @@ eightbit2hex $TEXMF tex/generic/ruhyphen
- eightbit2hex $TEXMF tex/generic/ruhyphen ruhyphal.tex
- eightbit2hex $TEXMF tex/generic/ruhyphen cyryoal.tex
-
- -## (5) update fmt
- -$MKTEXLSR || exit
- -fmtutil-sys --byfmt latex || exit
- -fmtutil-sys --byfmt platex || exit
- -fmtutil-sys --byfmt eplatex || exit
- -#fmtutil-sys --byfmt uplatex || exit
- -#fmtutil-sys --byfmt euplatex || exit
- +# ## (5) update fmt
- +# $MKTEXLSR || exit
- +# fmtutil-sys --byfmt latex || exit
- +# fmtutil-sys --byfmt platex || exit
- +# fmtutil-sys --byfmt eplatex || exit
- +# #fmtutil-sys --byfmt uplatex || exit
- +# #fmtutil-sys --byfmt euplatex || exit
-
- ### (6) japanese style
- pushd ../ptexlive-$PTEXLIVE_VER
- Diff finished. Sat Jul 24 19:16:22 2010
|