date and time created 91/03/07 18:02:17 by cael
[unix-history] / usr / src / share / tmac / Makefile
index ac927b7..5b1442f 100644 (file)
@@ -1,11 +1,21 @@
-#      @(#)Makefile    6.5 (Berkeley) %G%
+#      @(#)Makefile    6.11 (Berkeley) %G%
 
 
-FILES= tmac.an tmac.an.new tmac.an6n tmac.an6t
+FILES= tmac.an.old tmac.r tmac.doc tmac.andoc tmac.doc.old tmac.doc-ditroff \
+       tmac.doc-nroff tmac.doc-common tmac.doc-syms
+MSRCS=  doc-parse doc-ditroff doc-common doc-nroff doc-syms
+LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an
+NOOBJ= noobj
+
+# old macros not currently installed...
+OFILES=        tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp
 
 all clean cleandir depend lint tags:
 
 
 all clean cleandir depend lint tags:
 
-install:
+beforeinstall:
+       for i in ${MSRCS}; do \
+               sed -f strip.sed < $$i > tmac.$$i; \
+       done
        install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \
            ${DESTDIR}${BINDIR}/tmac
 
        install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \
            ${DESTDIR}${BINDIR}/tmac
 
-.include <bsd.own.mk>
+.include <bsd.prog.mk>