date and time created 85/04/29 19:02:09 by eric
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 10:02:09 +0000 (02:02 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 10:02:09 +0000 (02:02 -0800)
SCCS-vsn: share/me/Makefile 1.1

usr/src/share/me/Makefile [new file with mode: 0644]

diff --git a/usr/src/share/me/Makefile b/usr/src/share/me/Makefile
new file mode 100644 (file)
index 0000000..24ed5b7
--- /dev/null
@@ -0,0 +1,23 @@
+#
+#  Makefile for -me macros
+#
+#      This makefile strips comments from the source files and
+#      installs them in the expected directories.
+#
+#      @(#)Makefile    1.1             85/04/29
+#
+
+SRCS=  tmac.e acm.me chars.me deltext.me eqn.me \
+       float.me footnote.me index.me local.me null.me \
+       refer.me sh.me tbl.me thesis.me
+GET=   sccs get
+
+all: revisions $(SRCS)
+
+install: revisions $(SRCS) install.csh
+       csh install.csh $(SRCS)
+
+clean:
+
+revisions install.csh $(SRCS):
+       $(GET) SCCS/s.$@