yatex

view makefile @ 43:ef686a35472d

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