# HG changeset patch # User yuuji # Date 773938301 0 # Node ID c2ab8c69b118efe24e0f556c51b5a3986165eca3 # Parent abf840be9939030c89760633f3fd37a336ced3fa for DOS. diff -r abf840be9939 -r c2ab8c69b118 makefile --- a/makefile Fri Jul 08 19:39:38 1994 +0000 +++ b/makefile Mon Jul 11 14:51:41 1994 +0000 @@ -2,17 +2,20 @@ # Makefile for YaTeX. # +MVER = 1.50 LISP = comment.el yatex.el yatexadd.el yatexgen.el yatexenv.el yatexlib.el \ yatexmth.el yatexhks.el yatexhlp.el yatexprc.el \ yatexm-o.el yatexsec.el # \ yahatml.el -DOCS = yatex.new docs/yatexj docs/yatexj.tex docs/yatexe docs/yatexe.tex \ +DOCS = $(DOCSRC) $(DOCOBJ) +DOCSRC = yatex.new docs/yatexj.tex docs/yatexe.tex \ docs/yatex.ref docs/yatexadd.doc docs/yatexgen.doc docs/qanda +DOCOBJ = docs/yatexj docs/yatexe HELP = help/YATEXHLP.jp MANIFEST= manifest -EXTRA = dir #00readme +EXTRA = dir install 00readme DISTRIB = $(EXTRA) $(LISP) $(DOCS) $(MANIFEST) $(HELP) -RCSFILE = $(LISP) $(DOCS) $(HELP) +RCSFILE = $(LISP) $(DOCSRC) $(HELP) PACK = `echo $(DISTRIB)|xargs ls` TAR = gtar TMPDIR = /tmp @@ -40,3 +43,10 @@ co $(RCSFILE) co-l: co -l $(RCSFILE) + +tci: + ci -r$(VERSION).0 -l -Ncurrent $(RCSFILE) makefile + +dostci: + ci -r$(MVER).0 -Ncurrent -l @rcsfile +