yatex

changeset 27:c2ab8c69b118

for DOS.
author yuuji
date Mon, 11 Jul 1994 14:51:41 +0000
parents abf840be9939
children 0f8b77d22c8a
files makefile
diffstat 1 files changed, 13 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/makefile	Fri Jul 08 19:39:38 1994 +0000
     1.2 +++ b/makefile	Mon Jul 11 14:51:41 1994 +0000
     1.3 @@ -2,17 +2,20 @@
     1.4  # Makefile for YaTeX.
     1.5  #
     1.6  
     1.7 +MVER	= 1.50
     1.8  LISP	= comment.el yatex.el yatexadd.el yatexgen.el yatexenv.el yatexlib.el \
     1.9  	  yatexmth.el yatexhks.el yatexhlp.el yatexprc.el \
    1.10  	  yatexm-o.el yatexsec.el
    1.11  #	\  yahatml.el 
    1.12 -DOCS	= yatex.new docs/yatexj docs/yatexj.tex docs/yatexe docs/yatexe.tex \
    1.13 +DOCS	= $(DOCSRC) $(DOCOBJ)
    1.14 +DOCSRC	= yatex.new docs/yatexj.tex docs/yatexe.tex \
    1.15  	  docs/yatex.ref docs/yatexadd.doc docs/yatexgen.doc docs/qanda
    1.16 +DOCOBJ	= docs/yatexj docs/yatexe
    1.17  HELP	= help/YATEXHLP.jp
    1.18  MANIFEST= manifest
    1.19 -EXTRA	= dir #00readme
    1.20 +EXTRA	= dir install 00readme
    1.21  DISTRIB = $(EXTRA) $(LISP) $(DOCS) $(MANIFEST) $(HELP)
    1.22 -RCSFILE	= $(LISP) $(DOCS) $(HELP)
    1.23 +RCSFILE	= $(LISP) $(DOCSRC) $(HELP)
    1.24  PACK	= `echo $(DISTRIB)|xargs ls`
    1.25  TAR	= gtar
    1.26  TMPDIR	= /tmp
    1.27 @@ -40,3 +43,10 @@
    1.28  	co $(RCSFILE)
    1.29  co-l:
    1.30  	co -l $(RCSFILE)
    1.31 +
    1.32 +tci:
    1.33 +	ci -r$(VERSION).0 -l -Ncurrent $(RCSFILE) makefile
    1.34 +
    1.35 +dostci:
    1.36 +	ci -r$(MVER).0 -Ncurrent -l @rcsfile
    1.37 +