yatex

diff makefile @ 331:d9c547265e6e

Insertion of includegraphics and args should be done separately
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 16 Dec 2014 11:31:45 +0900
parents fa7a4a003f9e
children e009c4f86ede
line diff
     1.1 --- a/makefile	Tue Apr 02 22:40:10 2013 +0900
     1.2 +++ b/makefile	Tue Dec 16 11:31:45 2014 +0900
     1.3 @@ -49,8 +49,8 @@
     1.4  # make clean		to delete all producted files
     1.5  # make ci		to check in all
     1.6  # make co		to check out all
     1.7 -MVER	= 1.77
     1.8 -LISP	= ${LISP18} ${LISP19}
     1.9 +MVER	= 1.78
    1.10 +LISP	= ${LISP18} ${LISP19} ${LISP23}
    1.11  YAHTML	= yahtml.el
    1.12  COMMON	= yatexlib.el yatexprc.el
    1.13  LISP18	= comment.el yatex.el yatexadd.el yatexgen.el yatexenv.el \
    1.14 @@ -58,6 +58,7 @@
    1.15  	  yatexmth.el yatexhks.el yatexhlp.el \
    1.16  	  yatexm-o.el yatexsec.el  yatexhie.el yatexpkg.el ${YAHTML}
    1.17  LISP19	= yatex19.el
    1.18 +LISP23	= yatex23.el
    1.19  DOCS	= ${DOCSRC} ${DOCOBJ} ${NEWS}
    1.20  NEWS	= yatex.new
    1.21  DOCHTML	= docs/htmlqa docs/htmlqa.eng docs/yahtmlj.tex docs/yahtmle.tex