commented out install of Ind* files for now
authorCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Fri, 15 Nov 1991 08:09:27 +0000 (00:09 -0800)
committerCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Fri, 15 Nov 1991 08:09:27 +0000 (00:09 -0800)
SCCS-vsn: old/refer/OTHERS/Makefile 5.6

usr/src/old/refer/OTHERS/Makefile

index ef93b41..7d5b83d 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.5 (Berkeley) %G%
+#      @(#)Makefile    5.6 (Berkeley) %G%
 
 MAN1=  roffbib.0
 
 
 MAN1=  roffbib.0
 
@@ -8,12 +8,12 @@ beforeinstall:
        install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/roffbib.sh ${DESTDIR}${BINDIR}/roffbib
        install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
        install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/roffbib.sh ${DESTDIR}${BINDIR}/roffbib
        install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${.CURDIR}/tmac.bib ${DESTDIR}/usr/share/tmac
-       (cd ${.CURDIR}/../papers; \
-           install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
-           INDEX Rbstjissue Rv7man ${DESTDIR}/usr/share/dict/papers)
-       -/usr/old/libexec/mkey /usr/share/dict/papers/R* | (cd /var/db; \
-           /usr/old/libexec/inv -v -h997 -n Ind; chmod 444 Ind*)
+           ${.CURDIR}/tmac.bib ${DESTDIR}/usr/old/lib/tmac
+#      (cd ${.CURDIR}/../papers; \
+#          install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+#          INDEX Rbstjissue Rv7man ${DESTDIR}/usr/old/dict/papers)
+#      -/usr/old/libexec/mkey /usr/old/dict/papers/R* | (cd /var/db; \
+#          /usr/old/libexec/inv -v -h997 -n Ind; chmod 444 Ind*)
 
 .include "../../Makefile.inc"
 .include <bsd.prog.mk>
 
 .include "../../Makefile.inc"
 .include <bsd.prog.mk>