yatex

view makefile @ 537:565dcd09259d

Now "sync" target syncs all related repositories.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 31 May 2018 09:32:06 +0900
parents 88878af9203d
children bc204cd804c7
line source
1 #
2 # Makefile for YaTeX/yahtml
3 #
5 # Edit these variables to be suitable for your site
6 EMACS = emacs
7 #EMACS = mule
8 PREFIX = `${EMACS} -batch --eval '(princ (expand-file-name "../../../.." data-directory))'`
9 # PREFIX = /usr/local
11 #EMACSDIR= ${PREFIX}/lib/${EMACS}
12 ## emacs20 or later
13 EMACSDIR= ${PREFIX}/share/${EMACS}
14 ## XEmacs
15 #EMACS = xemacs
16 #EMACSDIR= ${PREFIX}/lib/${EMACS}
17 ## Meadow (Sample)
18 #EMACS = meadow
19 #EMACSDIR = c:/usr/local/meadow
20 ## Cocoa(or Carbon)Emacs on Darwin (Sample)
21 #EMACS = /Applications/Emacs.app/Contents/MacOS/Emacs
22 #PREFIX = /Applications/Emacs.app/Contents/Resources
23 #EMACSDIR = ${PREFIX}
25 LISPDIR = ${EMACSDIR}/site-lisp/yatex
26 # LISPDIR = ${EMACSDIR}/site-packages/lisp/yatex
27 DOCDIR = ${LISPDIR}/docs
28 HELPDIR = ${LISPDIR}/help
29 INFODIR = ${PREFIX}/share/info
31 TAR = tar
32 INSTALL = install -c -m 444
33 MKDIR = mkdir -p
34 INSTINFO= install-info
37 # Comment out below if you are using Emacs Windows(meadow, etc)
38 GEO = -geometry 80x20+0+0
40 ###################
41 # Do not edit below
42 ###################
43 # make install to install YaTeX into public space
44 # make ajimi to feel taste
45 # make ajimi-nw same as above, but -nw mode
46 # make package to create package for relase
47 # make yahtmlpack to create package for relase
48 # make clean to delete all producted files
49 # make tag to add release tags
50 LISP = ${LISP18} ${LISP19} ${LISP23}
51 YAHTML = yahtml.el
52 COMMON = yatexlib.el yatexprc.el yatexhlp.el
53 LISP18 = yatex.el yatexadd.el yatexgen.el yatexenv.el \
54 ${COMMON} \
55 yatexmth.el yatexhks.el yatexhlp.el yatexflt.el \
56 yatexm-o.el yatexsec.el yatexhie.el yatexpkg.el ${YAHTML}
57 LISP19 = yatex19.el
58 LISP23 = yatex23.el
59 DOCS = ${DOCSRC} ${DOCOBJ} ${NEWS}
60 NEWS = yatex.new
61 DOCHTML = docs/htmlqa docs/htmlqa.eng docs/yahtmlj.tex docs/yahtmle.tex
62 DOCSRC = docs/yatexj.tex docs/yatexe.tex \
63 docs/yatex.ref docs/yatexref.eng \
64 docs/yatexadd.doc docs/yatexgen.doc \
65 docs/qanda docs/qanda.eng ${DOCHTML}
66 DOCOBJ = docs/yatexj docs/yatexe docs/yahtmlj docs/yahtmle
67 HELP = help/YATEXHLP.jp help/YATEXHLP.eng
68 MANIFEST= manifest
69 EXTRA = dir install 00readme makefile readme.meadow.j newpage.rb
70 DISTRIB = ${EXTRA} ${LISP} ${DOCS} ${MANIFEST} ${HELP}
71 RCSFILE = ${LISP} ${NEWS} ${DOCSRC} ${HELP}
72 YAHTMLLISP = ${YAHTML} ${COMMON}
73 YAHTMLDIST = ${YAHTMLLISP} install 00readme makefile newpage.rb
74 PACK = `ls ${DISTRIB}`
75 TMPDIR = /tmp
76 VERSION = `head -20 yatex.el|awk -F'"' '/revision/{print $$2}'`
77 PACKDIR = ${TMPDIR}/yatex${VERSION}
79 all:
80 @echo "Edit this makefile first."
81 @echo 'Type "${MAKE} install" to install YaTeX.'
82 @echo 'Type "${MAKE} install-yahtml" to install yahtml.'
83 @echo 'If you love elc files, type "${MAKE} elc" before ${MAKE} install'
84 # @echo "If you don't use X-clinet of Emacs,"
85 # @echo 'type "make install-nw" instead.'
87 install: install-real install-message
88 #install-yahtml: bytecompile-yahtml
89 install-yahtml:
90 [ -d ${LISPDIR} ] || mkdir ${LISPDIR}
91 for f in *.el; do \
92 rm -f ${LISPDIR}/$${f}c; \
93 done
95 ${INSTALL} *.el* ${LISPDIR}
97 install-real:
98 [ -d ${LISPDIR} ] || ${MKDIR} ${LISPDIR}
99 [ -d ${HELPDIR} ] || ${MKDIR} ${HELPDIR}
100 [ -d ${DOCDIR} ] || ${MKDIR} ${DOCDIR}
101 [ -d ${INFODIR} ] || ${MKDIR} ${INFODIR}
102 for f in *.el; do \
103 rm -f ${LISPDIR}/$${f}c; \
104 done
105 ${INSTALL} *.el* ${NEWS} ${LISPDIR}
106 ${INSTALL} ${DOCSRC} ${DOCDIR}
107 ${INSTALL} ${DOCOBJ} ${INFODIR}
108 ${INSTALL} ${HELP} ${HELPDIR}
110 install-message:
111 @echo "--------------------------------"
112 @echo "If you have install-info command, type '${MAKE} install-info'."
113 @echo "If not, add next lines into your site's info dir manually."
114 @cat dir
115 @echo "--------------------------------"
116 @echo "=== INSTALLATION DONE ==="
117 @echo " You might need to add these expression below to your ~/.emacs"
118 @echo " 完了. ~/.emacs 等に以下を追加する必要があるかもしれません."
119 @echo
120 @echo ";;; ------ Startup definitions for YaTeX ------ ;;;"
121 @${MAKE} show-init
122 @echo ";;; ------------------------------------------- ;;;"
123 @echo
124 @echo " To get elisp above again, call ${MAKE} command as below."
125 @echo " 上記elispを再度得るには以下のように${MAKE}を起動してください."
126 @echo " % ${MAKE} $${PREFIX:+PREFIX=$$PREFIX }show-init"
128 install-info:
129 for f in ${DOCOBJ}; do \
130 b=`basename $$f | sed 's,/.*,,'`; \
131 ${INSTINFO} --entry="`grep $$b dir`" --section=TeX \
132 --section=Emacs $${f} ${INFODIR}/dir; \
133 done
135 show-init:
136 @printf '%s\n' \
137 '(setq auto-mode-alist' \
138 " (cons (cons \"\\.tex$$\" 'yatex-mode) auto-mode-alist))" \
139 "(autoload 'yatex-mode \"yatex\" \"Yet Another LaTeX mode\" t)" \
140 "(add-to-list 'load-path \"${LISPDIR}\")" \
141 "(setq YaTeX-help-file \"${LISPDIR}/help/YATEXHLP.eng\")"
142 @printf '(setq tex-command "%s")\n' \
143 `CMDS='platex pdflatex ptex2pdf lualatex' DFLT=latex \
144 ${MAKE} -s search-cmd`
145 @printf '(setq dvi2-command "%s")\n' \
146 `CMDS='pxdvi xdvik kxdvi dviout texworks' DFLT=xdvi \
147 ${MAKE} -s search-cmd`
148 @printf '(setq tex-pdfview-command "%s")\n' \
149 `CMDS='evince mupdf xpdf kpdf texworks sumatrapdf' \
150 DFLT=acroread \
151 ${MAKE} -s search-cmd`
153 show-init2:
154 @${MAKE} LISPDIR=$$PWD show-init
156 search-cmd:
157 @for f in $$CMDS; do \
158 type $$f >/dev/null 2>&1 && echo $$f && exit 0; done; echo $$DFLT
160 install-nw: bytecompile-nw install-real
162 elc: bytecompile
164 bytecompile: lp
165 if [ "$$DISPLAY"x = ""x ]; then \
166 echo "Set DISPLAY environment variable!!"; exit 1; fi
167 ${EMACS} -q ${GEO} -l ./yatexlib.el -e bcf-and-exit ${LISP}
169 bytecompile-nw: lp1
170 ${EMACS} -batch -l ./yatexlib.el -e batch-byte-compile ${LISP18}
172 bytecompile-yahtml:
173 if [ "$$DISPLAY"x = ""x ]; then \
174 echo "Set DISPLAY environment variable!!"; exit 1; fi
175 ${EMACS} -q -g 80x20+0+0 -l ./yatexlib.el -e bcf-and-exit ${YAHTMLLISP}
177 lp:
178 echo '(setq load-path (cons "." load-path))' > lp.el
179 echo '(load-file "./yatexlib.el")' >>lp.el
181 lp1: lp
182 echo '(load-file "./yatex.el")' >>lp.el
184 lp2:
185 echo '(setq load-path (cons "'`pwd`'" load-path))' >>lp.el
186 echo '(setq auto-mode-alist' >>lp.el
187 echo '(cons (cons "\\.tex" '"'yatex-mode) auto-mode-alist))" >>lp.el
188 echo '(load-library "yatex")' >>lp.el
190 ajimi: lp lp2
191 ${EMACS} -l ./lp.el -e yatex-mode
193 ajimi-nw: lp lp2
194 ${EMACS} -nw -l ./lp.el -e yatex-mode
196 clean:
197 rm -f *.elc *~ lp.el
199 info: docs/yatexj docs/yatexe docs/yahtmlj docs/yahtmle
201 docs/yatexj: docs/yatexj.tex
202 (cd docs; ${EMACS} -batch -l ../yatexlib.el -e tfb-and-exit yatexj.tex)
204 docs/yatexe: docs/yatexe.tex
205 (cd docs; ${EMACS} -batch -l ../yatexlib.el -e tfb-and-exit yatexe.tex)
207 docs/yahtmlj: docs/yahtmlj.tex
208 (cd docs;${EMACS} -batch -l ../yatexlib.el -e tfb-and-exit yahtmlj.tex)
210 docs/yahtmle: docs/yahtmle.tex
211 (cd docs;${EMACS} -batch -l ../yatexlib.el -e tfb-and-exit yahtmle.tex)
213 package: info
214 @-mkdir ${PACKDIR}
215 @tar cf - ${PACK} | (cd ${PACKDIR}; tar xf -)
216 ( version=${VERSION}; cd ${TMPDIR}; \
217 ${TAR} vzcf ${TMPDIR}/yatex$$version.tar.gz yatex$$version)
219 yahtmlpack:
220 @-mkdir ${PACKDIR}
221 @tar cf - ${YAHTMLDIST} | (cd ${PACKDIR}; tar xf -)
222 ( version=${VERSION}; cd ${TMPDIR}; \
223 ${TAR} vzcf ${TMPDIR}/yahtml$$version.tar.gz yatex$$version)
225 tag:
226 hg tag yatex-${VERSION}
227 # ci:
228 # ci -r${VERSION} -sRel -f ${RCSFILE}
229 # ci -u${VERSION} makefile 00readme
231 # co:
232 # co ${RCSFILE}
235 RSYNCDIR = ${HOME}/http/yatex/rsync/yatex
236 sync:
237 -hg push
238 -hg push git
239 -hg push cvs
240 (cd ${RSYNCDIR} && cvs ci -m '')