yatex
changeset 494:5b1818effea9 dev
Modification for release pulled to dev branch
author | HIROSE Yuuji <yuuji@gentei.org> |
---|---|
date | Sun, 10 Sep 2017 21:53:42 +0859 |
parents | 6fd30c828f96 a9f39600366a |
children | 9c857ce72a03 |
files | |
diffstat | 3 files changed, 12 insertions(+), 9 deletions(-) [+] |
line diff
1.1 --- a/.hgtags Sun Sep 10 21:38:19 2017 +0859 1.2 +++ b/.hgtags Sun Sep 10 21:53:42 2017 +0859 1.3 @@ -12,3 +12,10 @@ 1.4 d0c09133ced7fffa1eb5fa4d114fb12580f812ff yatex-1.77 1.5 d69fd7b1ac4d06d7f8633e892dc24eab2bfc23db yatex-1.78 1.6 a3ba09c1e8e907578f679fceb99264ce2d4eb777 yatex-1.79 1.7 +129b9f9b6d34048f0fb657034dd2f1c50dabfa9c yatex-1.80 1.8 +129b9f9b6d34048f0fb657034dd2f1c50dabfa9c yatex-1.80 1.9 +0000000000000000000000000000000000000000 yatex-1.80 1.10 +0000000000000000000000000000000000000000 yatex-1.80 1.11 +0e37ced833ef9388295be594da9bc91ff6eae037 yatex-1.80 1.12 +0e37ced833ef9388295be594da9bc91ff6eae037 yatex-1.80 1.13 +a2bb2426a15410438d5e5917ce939bd4bbbe8194 yatex-1.80
2.1 --- a/makefile Sun Sep 10 21:38:19 2017 +0859 2.2 +++ b/makefile Sun Sep 10 21:53:42 2017 +0859 2.3 @@ -46,13 +46,11 @@ 2.4 # make package to create package for relase 2.5 # make yahtmlpack to create package for relase 2.6 # make clean to delete all producted files 2.7 -# make ci to check in all 2.8 -# make co to check out all 2.9 -MVER = 1.79 2.10 +# make tag to add release tags 2.11 LISP = ${LISP18} ${LISP19} ${LISP23} 2.12 YAHTML = yahtml.el 2.13 COMMON = yatexlib.el yatexprc.el 2.14 -LISP18 = comment.el yatex.el yatexadd.el yatexgen.el yatexenv.el \ 2.15 +LISP18 = yatex.el yatexadd.el yatexgen.el yatexenv.el \ 2.16 ${COMMON} \ 2.17 yatexmth.el yatexhks.el yatexhlp.el \ 2.18 yatexm-o.el yatexsec.el yatexhie.el yatexpkg.el ${YAHTML} 2.19 @@ -117,14 +115,14 @@ 2.20 @echo "--------------------------------" 2.21 @echo "=== INSTALLATION DONE ===" 2.22 @echo " You might need to add these expression below to your ~/.emacs" 2.23 - @echo " 完了. ~/.emacs 等に以下を追加する必要があるかもしれません." 2.24 + @echo " 絎篋. ~/.emacs 膈篁ヤ菴遵綽荀障." 2.25 @echo 2.26 @echo ";;; ------ Startup definitions for YaTeX ------ ;;;" 2.27 @${MAKE} show-init 2.28 @echo ";;; ------------------------------------------- ;;;" 2.29 @echo 2.30 @echo " To get elisp above again, call ${MAKE} command as below." 2.31 - @echo " 上記elispを再度得るには以下のように${MAKE}を起動してください." 2.32 + @echo " 筝荐elisp綺緇篁ヤ${MAKE}莎桁." 2.33 @echo " % ${MAKE} $${PREFIX:+PREFIX=$$PREFIX }show-init" 2.34 2.35 install-info: 2.36 @@ -182,7 +180,6 @@ 2.37 2.38 lp1: lp 2.39 echo '(load-file "./yatex.el")' >>lp.el 2.40 - echo '(load-file "./comment.el")' >>lp.el 2.41 2.42 lp2: 2.43 echo '(setq load-path (cons "'`pwd`'" load-path))' >>lp.el 2.44 @@ -226,7 +223,7 @@ 2.45 ${TAR} vzcf ${TMPDIR}/yahtml$$version.tar.gz yatex$$version) 2.46 2.47 tag: 2.48 - echo hg tag ${VERSION} 2.49 + hg tag yatex-${VERSION} 2.50 # ci: 2.51 # ci -r${VERSION} -sRel -f ${RCSFILE} 2.52 # ci -u${VERSION} makefile 00readme