yatex

changeset 489:e9c20490b85d

Refresh makefile: utf-8, rm comment.el
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Sep 2017 21:44:54 +0859
parents 5509565abe76
children 0e37ced833ef
files makefile
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line diff
     1.1 --- a/makefile	Sun Sep 10 21:42:14 2017 +0859
     1.2 +++ b/makefile	Sun Sep 10 21:44:54 2017 +0859
     1.3 @@ -46,13 +46,11 @@
     1.4  # make package		to create package for relase
     1.5  # make yahtmlpack	to create package for relase
     1.6  # make clean		to delete all producted files
     1.7 -# make ci		to check in all
     1.8 -# make co		to check out all
     1.9 -MVER	= 1.79
    1.10 +# make tag		to add release tags
    1.11  LISP	= ${LISP18} ${LISP19} ${LISP23}
    1.12  YAHTML	= yahtml.el
    1.13  COMMON	= yatexlib.el yatexprc.el
    1.14 -LISP18	= comment.el yatex.el yatexadd.el yatexgen.el yatexenv.el \
    1.15 +LISP18	= yatex.el yatexadd.el yatexgen.el yatexenv.el \
    1.16  	  ${COMMON} \
    1.17  	  yatexmth.el yatexhks.el yatexhlp.el \
    1.18  	  yatexm-o.el yatexsec.el  yatexhie.el yatexpkg.el ${YAHTML}
    1.19 @@ -117,14 +115,14 @@
    1.20  	@echo "--------------------------------"
    1.21  	@echo "=== INSTALLATION DONE ==="
    1.22  	@echo "  You might need to add these expression below to your ~/.emacs"
    1.23 -	@echo "  完了. ~/.emacs 等に以下を追加する必要があるかもしれません."
    1.24 +	@echo "  絎篋. ~/.emacs 膈篁ヤ菴遵綽荀障."
    1.25  	@echo
    1.26  	@echo ";;; ------ Startup definitions for YaTeX ------ ;;;"
    1.27  	@${MAKE} show-init
    1.28  	@echo ";;; ------------------------------------------- ;;;"
    1.29  	@echo
    1.30  	@echo " To get elisp above again, call ${MAKE} command as below."
    1.31 -	@echo " 上記elispを再度得るには以下のように${MAKE}を起動してください."
    1.32 +	@echo " 筝荐elisp綺緇篁ヤ${MAKE}莎桁."
    1.33  	@echo " % ${MAKE} $${PREFIX:+PREFIX=$$PREFIX }show-init"
    1.34  
    1.35  install-info:
    1.36 @@ -182,7 +180,6 @@
    1.37  
    1.38  lp1:	lp
    1.39  	echo '(load-file "./yatex.el")'			>>lp.el
    1.40 -	echo '(load-file "./comment.el")'		>>lp.el
    1.41  
    1.42  lp2:
    1.43  	echo '(setq load-path (cons "'`pwd`'" load-path))'		>>lp.el