Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / papers / changes / RCS / Makefile,v
1 head    1.4;
2 access;
3 symbols;
4 locks; strict;
5 comment @# @;
6
7
8 1.4
9 date    92.12.02.22.00.09;      author jromine; state Exp;
10 branches;
11 next    1.3;
12
13 1.3
14 date    90.04.05.15.18.49;      author sources; state Exp;
15 branches;
16 next    1.2;
17
18 1.2
19 date    90.04.04.14.52.44;      author sources; state Exp;
20 branches;
21 next    1.1;
22
23 1.1
24 date    90.04.04.14.47.15;      author sources; state Exp;
25 branches;
26 next    ;
27
28
29 desc
30 @@
31
32
33 1.4
34 log
35 @mh6.7->mh-changes
36 @
37 text
38 @##############################################################################
39 # @@(#)$Id: Makefile,v 1.3 1990/04/05 15:18:49 sources Exp jromine $
40
41 MAKE    =       make DESTDIR=$(DESTDIR) $(MFLAGS) -k
42 SHELL   =       /bin/sh
43
44
45 ##############################################################################
46 #       Generation Rules
47 ##############################################################################
48
49 .SUFFIXES:      .ms .cat .doc .imp
50
51 .ms.cat:;       itroff -t -ms $< > $@@
52
53 .ms.doc:;       nroff -ms $< > $@@
54
55 .cat.imp:;      catimp -i $@@ $<
56
57
58 ######################################################################
59 #       Here it is...
60 ######################################################################
61
62 TARGETS =       mh-changes.doc
63
64 all:            mh-changes.doc
65
66
67 doc:            mh-changes.doc
68
69 i-all:  all true
70         lpr -t -J MH-changes mh-changes.cat
71
72 true:;
73
74 ##############################################################################
75 #       Miscellaneous tasks
76 ##############################################################################
77
78 distribution:   clean
79
80 unconfig clean:         unclean
81                 rm -f *.cat *.dvi *.imp *.doc
82
83 unclean:;       rm -f *.tmp _* :* core
84 @
85
86
87 1.3
88 log
89 @add ID
90 @
91 text
92 @d2 1
93 a2 1
94 # @@(#)$Id:$
95 d25 1
96 a25 1
97 TARGETS =       mh6.7.cat
98 d27 1
99 a27 1
100 all:            mh6.7.cat
101 d30 1
102 a30 1
103 doc:            mh6.7.doc
104 d33 1
105 a33 1
106         lpr -t -J MH.6.7 mh6.7.cat
107 @
108
109
110 1.2
111 log
112 @checkpoint
113 @
114 text
115 @d2 1
116 @
117
118
119 1.1
120 log
121 @Initial revision
122 @
123 text
124 @d26 1
125 a26 1
126 all:;           mh6.7.cat
127 @