# HG changeset patch # User HIROSE Yuuji # Date 1505047521 -32373 # Node ID e9c20490b85d25ae57993c98a2e4c61cf0366717 # Parent 5509565abe76680f4e879dd0369958a67580b211 Refresh makefile: utf-8, rm comment.el diff -r 5509565abe76 -r e9c20490b85d makefile --- a/makefile Sun Sep 10 21:42:14 2017 +0859 +++ b/makefile Sun Sep 10 21:44:54 2017 +0859 @@ -46,13 +46,11 @@ # make package to create package for relase # make yahtmlpack to create package for relase # make clean to delete all producted files -# make ci to check in all -# make co to check out all -MVER = 1.79 +# make tag to add release tags LISP = ${LISP18} ${LISP19} ${LISP23} YAHTML = yahtml.el COMMON = yatexlib.el yatexprc.el -LISP18 = comment.el yatex.el yatexadd.el yatexgen.el yatexenv.el \ +LISP18 = yatex.el yatexadd.el yatexgen.el yatexenv.el \ ${COMMON} \ yatexmth.el yatexhks.el yatexhlp.el \ yatexm-o.el yatexsec.el yatexhie.el yatexpkg.el ${YAHTML} @@ -117,14 +115,14 @@ @echo "--------------------------------" @echo "=== INSTALLATION DONE ===" @echo " You might need to add these expression below to your ~/.emacs" - @echo " 完了. ~/.emacs 等に以下を追加する必要があるかもしれません." + @echo " 絎篋. ~/.emacs 膈篁ヤ菴遵綽荀障." @echo @echo ";;; ------ Startup definitions for YaTeX ------ ;;;" @${MAKE} show-init @echo ";;; ------------------------------------------- ;;;" @echo @echo " To get elisp above again, call ${MAKE} command as below." - @echo " 上記elispを再度得るには以下のように${MAKE}を起動してください." + @echo " 筝荐elisp綺緇篁ヤ${MAKE}莎桁." @echo " % ${MAKE} $${PREFIX:+PREFIX=$$PREFIX }show-init" install-info: @@ -182,7 +180,6 @@ lp1: lp echo '(load-file "./yatex.el")' >>lp.el - echo '(load-file "./comment.el")' >>lp.el lp2: echo '(setq load-path (cons "'`pwd`'" load-path))' >>lp.el