comparison makefile @ 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 129b9f9b6d34
children ce46889a743d
comparison
equal deleted inserted replaced
488:5509565abe76 489:e9c20490b85d
44 # make ajimi to feel taste 44 # make ajimi to feel taste
45 # make ajimi-nw same as above, but -nw mode 45 # make ajimi-nw same as above, but -nw mode
46 # make package to create package for relase 46 # make package to create package for relase
47 # make yahtmlpack to create package for relase 47 # make yahtmlpack to create package for relase
48 # make clean to delete all producted files 48 # make clean to delete all producted files
49 # make ci to check in all 49 # make tag to add release tags
50 # make co to check out all
51 MVER = 1.79
52 LISP = ${LISP18} ${LISP19} ${LISP23} 50 LISP = ${LISP18} ${LISP19} ${LISP23}
53 YAHTML = yahtml.el 51 YAHTML = yahtml.el
54 COMMON = yatexlib.el yatexprc.el 52 COMMON = yatexlib.el yatexprc.el
55 LISP18 = comment.el yatex.el yatexadd.el yatexgen.el yatexenv.el \ 53 LISP18 = yatex.el yatexadd.el yatexgen.el yatexenv.el \
56 ${COMMON} \ 54 ${COMMON} \
57 yatexmth.el yatexhks.el yatexhlp.el \ 55 yatexmth.el yatexhks.el yatexhlp.el \
58 yatexm-o.el yatexsec.el yatexhie.el yatexpkg.el ${YAHTML} 56 yatexm-o.el yatexsec.el yatexhie.el yatexpkg.el ${YAHTML}
59 LISP19 = yatex19.el 57 LISP19 = yatex19.el
60 LISP23 = yatex23.el 58 LISP23 = yatex23.el
115 @echo "If not, add next lines into your site's info dir manually." 113 @echo "If not, add next lines into your site's info dir manually."
116 @cat dir 114 @cat dir
117 @echo "--------------------------------" 115 @echo "--------------------------------"
118 @echo "=== INSTALLATION DONE ===" 116 @echo "=== INSTALLATION DONE ==="
119 @echo " You might need to add these expression below to your ~/.emacs" 117 @echo " You might need to add these expression below to your ~/.emacs"
120 @echo " 完了. ~/.emacs 等に以下を追加する必要があるかもしれません." 118 @echo " 絎篋. ~/.emacs 膈篁ヤ菴遵綽荀障."
121 @echo 119 @echo
122 @echo ";;; ------ Startup definitions for YaTeX ------ ;;;" 120 @echo ";;; ------ Startup definitions for YaTeX ------ ;;;"
123 @${MAKE} show-init 121 @${MAKE} show-init
124 @echo ";;; ------------------------------------------- ;;;" 122 @echo ";;; ------------------------------------------- ;;;"
125 @echo 123 @echo
126 @echo " To get elisp above again, call ${MAKE} command as below." 124 @echo " To get elisp above again, call ${MAKE} command as below."
127 @echo " 上記elispを再度得るには以下のように${MAKE}を起動してください." 125 @echo " 筝荐elisp綺緇篁ヤ${MAKE}莎桁."
128 @echo " % ${MAKE} $${PREFIX:+PREFIX=$$PREFIX }show-init" 126 @echo " % ${MAKE} $${PREFIX:+PREFIX=$$PREFIX }show-init"
129 127
130 install-info: 128 install-info:
131 for f in ${DOCOBJ}; do \ 129 for f in ${DOCOBJ}; do \
132 b=`basename $$f | sed 's,/.*,,'`; \ 130 b=`basename $$f | sed 's,/.*,,'`; \
180 echo '(setq load-path (cons "." load-path))' > lp.el 178 echo '(setq load-path (cons "." load-path))' > lp.el
181 echo '(load-file "./yatexlib.el")' >>lp.el 179 echo '(load-file "./yatexlib.el")' >>lp.el
182 180
183 lp1: lp 181 lp1: lp
184 echo '(load-file "./yatex.el")' >>lp.el 182 echo '(load-file "./yatex.el")' >>lp.el
185 echo '(load-file "./comment.el")' >>lp.el
186 183
187 lp2: 184 lp2:
188 echo '(setq load-path (cons "'`pwd`'" load-path))' >>lp.el 185 echo '(setq load-path (cons "'`pwd`'" load-path))' >>lp.el
189 echo '(setq auto-mode-alist' >>lp.el 186 echo '(setq auto-mode-alist' >>lp.el
190 echo '(cons (cons "\\.tex" '"'yatex-mode) auto-mode-alist))" >>lp.el 187 echo '(cons (cons "\\.tex" '"'yatex-mode) auto-mode-alist))" >>lp.el

yatex.org