date and time created 85/04/29 19:02:09 by eric
[unix-history] / usr / src / share / me / Makefile
CommitLineData
764e1de1
EA
1#
2# Makefile for -me macros
3#
4# This makefile strips comments from the source files and
5# installs them in the expected directories.
6#
7# @(#)Makefile 1.1 85/04/29
8#
9
10SRCS= tmac.e acm.me chars.me deltext.me eqn.me \
11 float.me footnote.me index.me local.me null.me \
12 refer.me sh.me tbl.me thesis.me
13GET= sccs get
14
15all: revisions $(SRCS)
16
17install: revisions $(SRCS) install.csh
18 csh install.csh $(SRCS)
19
20clean:
21
22revisions install.csh $(SRCS):
23 $(GET) SCCS/s.$@