yatex

annotate makefile @ 35:d924cf3123d3

Tried zip.
author yuuji
date Wed, 13 Jul 1994 16:11:27 +0000
parents c2ab8c69b118
children 261fcd6d4ad7
rev   line source
yuuji@24 1 #
yuuji@24 2 # Makefile for YaTeX.
yuuji@24 3 #
yuuji@24 4
yuuji@27 5 MVER = 1.50
yuuji@24 6 LISP = comment.el yatex.el yatexadd.el yatexgen.el yatexenv.el yatexlib.el \
yuuji@24 7 yatexmth.el yatexhks.el yatexhlp.el yatexprc.el \
yuuji@24 8 yatexm-o.el yatexsec.el
yuuji@24 9 # \ yahatml.el
yuuji@27 10 DOCS = $(DOCSRC) $(DOCOBJ)
yuuji@27 11 DOCSRC = yatex.new docs/yatexj.tex docs/yatexe.tex \
yuuji@24 12 docs/yatex.ref docs/yatexadd.doc docs/yatexgen.doc docs/qanda
yuuji@27 13 DOCOBJ = docs/yatexj docs/yatexe
yuuji@24 14 HELP = help/YATEXHLP.jp
yuuji@24 15 MANIFEST= manifest
yuuji@27 16 EXTRA = dir install 00readme
yuuji@24 17 DISTRIB = $(EXTRA) $(LISP) $(DOCS) $(MANIFEST) $(HELP)
yuuji@27 18 RCSFILE = $(LISP) $(DOCSRC) $(HELP)
yuuji@24 19 PACK = `echo $(DISTRIB)|xargs ls`
yuuji@24 20 TAR = gtar
yuuji@24 21 TMPDIR = /tmp
yuuji@24 22 VERSION = `head yatex.el|awk '/rev\./{print $$4}'`
yuuji@24 23 PACKDIR = $(TMPDIR)/yatex$(VERSION)
yuuji@24 24 EMACS = mule
yuuji@24 25
yuuji@24 26 all:
yuuji@24 27
yuuji@24 28 install:
yuuji@24 29 $(EMACS) -batch -e batch-byte-compile $(LISP)
yuuji@24 30 #install -c * $(MYELISPLIB)
yuuji@24 31
yuuji@24 32 package:
yuuji@24 33 @-mkdir $(PACKDIR)
yuuji@24 34 @tar cf - $(PACK) | (cd $(PACKDIR); tar xf -)
yuuji@24 35 find $(PACKDIR) -type f -exec chmod -x '{}' \;
yuuji@24 36 ( version=$(VERSION); cd $(TMPDIR); \
yuuji@24 37 $(TAR) vzcf $(TMPDIR)/yatex$$version.tar.gz yatex$$version)
yuuji@24 38
yuuji@24 39 ci:
yuuji@24 40 ci -r$(VERSION) -sRel -f $(RCSFILE)
yuuji@24 41 ci -r$(VERSION) -u makefile
yuuji@24 42 co:
yuuji@24 43 co $(RCSFILE)
yuuji@24 44 co-l:
yuuji@24 45 co -l $(RCSFILE)
yuuji@27 46
yuuji@27 47 tci:
yuuji@27 48 ci -r$(VERSION).0 -l -Ncurrent $(RCSFILE) makefile
yuuji@27 49
yuuji@27 50 dostci:
yuuji@27 51 ci -r$(MVER).0 -Ncurrent -l @rcsfile
yuuji@27 52
yuuji@35 53 gohome:
yuuji@35 54 zip -u -r /com/okoma/yuuji/tmp/dosconv/yatex.zip . \
yuuji@35 55 -x '*RCS/*' -x 'texinfo/*'