This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / share / tmac / Makefile
index 920d59c..4f588dc 100644 (file)
@@ -1,17 +1,20 @@
 #      @(#)Makefile    6.13 (Berkeley) 3/20/91
 
 BINDIR= /usr/share
 #      @(#)Makefile    6.13 (Berkeley) 3/20/91
 
 BINDIR= /usr/share
-FILES= tmac.andoc tmac.doc.old
+FILES= tmac.andoc
 MSRCS=  doc doc-ditroff doc-common doc-nroff doc-syms
 LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an
 NOOBJ= noobj
 
 # old macros not currently installed...
 MSRCS=  doc 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
+OFILES=        tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old
 
 all clean cleandir depend lint tags:
 
 
 all clean cleandir depend lint tags:
 
-beforeinstall:
+strip.sed:
+       ln -s ../me/strip.sed strip.sed
+
+beforeinstall: strip.sed
        for i in ${MSRCS}; do \
                sed -f strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
                chown ${BINOWN}.${BINGRP} ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
        for i in ${MSRCS}; do \
                sed -f strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
                chown ${BINOWN}.${BINGRP} ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \