From: millert Date: Tue, 11 Apr 2000 20:08:37 +0000 (+0000) Subject: Do the mdoc/doc -> tmac.doc linking in the correct subdir. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=cb5bb33d7a6f2d88f76c7cdf963cdd2e70b1f794;p=openbsd Do the mdoc/doc -> tmac.doc linking in the correct subdir. --- diff --git a/share/tmac/Makefile b/share/tmac/Makefile index 40e13a90265..a00b41c570a 100644 --- a/share/tmac/Makefile +++ b/share/tmac/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2000/04/09 14:32:19 millert Exp $ +# $OpenBSD: Makefile,v 1.5 2000/04/11 20:13:11 millert Exp $ # from: @(#)Makefile 6.13 (Berkeley) 3/20/91 BINDIR= /usr/share FILES= tmac.andoc -LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an \ - ${BINDIR}/tmac/mdoc/doc ${BINDIR}/tmac/tmac.doc +LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an NOOBJ= noobj SUBDIR= mdoc diff --git a/share/tmac/mdoc/Makefile b/share/tmac/mdoc/Makefile index 72d39acef0d..327d3fb4aa4 100644 --- a/share/tmac/mdoc/Makefile +++ b/share/tmac/mdoc/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 1996/08/24 07:47:06 etheisen Exp $ +# $OpenBSD: Makefile,v 1.3 2000/04/11 20:08:37 millert Exp $ # @(#)Makefile 8.1 (Berkeley) 6/8/93 -MSRCS= doc doc-ditroff doc-common doc-nroff doc-syms +MSRCS= doc doc-ditroff doc-common doc-nroff doc-syms BINDIR= /usr/share/tmac/mdoc +LINKS= ${BINDIR}/doc ${BINDIR}/../tmac.doc STRIP_SED = ${.CURDIR}/../strip.sed NOOBJ= noobj