From 483389f99622f9de922dc8d673751707f78a1d96 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 30 Apr 2004 06:00:34 +0000 Subject: [PATCH] *** empty log message *** --- utils/latex.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/latex.sh b/utils/latex.sh index 6003c07..eb55351 100755 --- a/utils/latex.sh +++ b/utils/latex.sh @@ -18,9 +18,9 @@ if [ $USR_JA_DEV = "ja" ] ; then < refman.tex > m17n-lib.tex else sed -e '/documentclass/ s/a4paper/a4paper,twoside/' \ - -e '/The M17N Library Module Index/,/pages/ d' \ - -e '/The M17N Library File Documentation/,/textprop_8c/ d' \ - -e 's/The M17N Library Page Documentation/Appendix/' \ + -e '/The m17n Library Module Index/,/pages/ d' \ + -e '/The m17n Library File Documentation/,/textprop_8c/ d' \ + -e 's/The m17n Library Page Documentation/Appendix/' \ < refman.tex > m17n-lib.tex fi ${LATEX} m17n-lib.tex -- 1.7.10.4