diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-09 14:32:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-09 14:32:20 +0000 |
commit | 7ccfbe04f2f5c8ae9c331d93d47078f8cb434e0c (patch) | |
tree | 1227d1e3e3a2a49c27293f058f1034f1aadb9f12 /share | |
parent | 08d1f4952f67f347db6a288b4a0187f8b0d7bbf7 (diff) |
Link /usr/tmac/mdoc/doc to /usr/tmac/tmac.doc and remove references
to files we don't ship.
Diffstat (limited to 'share')
-rw-r--r-- | share/tmac/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/tmac/Makefile b/share/tmac/Makefile index 3bc11523085..40e13a90265 100644 --- a/share/tmac/Makefile +++ b/share/tmac/Makefile @@ -1,16 +1,14 @@ -# $OpenBSD: Makefile,v 1.3 2000/03/02 14:46:54 todd Exp $ +# $OpenBSD: Makefile,v 1.4 2000/04/09 14:32:19 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 +LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an \ + ${BINDIR}/tmac/mdoc/doc ${BINDIR}/tmac/tmac.doc NOOBJ= noobj SUBDIR= mdoc -# old macros not currently installed... -OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old - all clean cleandir depend lint tags: realinstall: |