diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-12 04:57:03 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-12 04:57:03 +0000 |
commit | 0796408d4a65a408fb888b67c7c5281e1c2b15f9 (patch) | |
tree | 4e2ceb31ad0d7c084e01b96df21229496bcbecef /gnu/usr.bin/groff/tmac/Makefile | |
parent | 3178b161105c3f9e9671218f6bea65098f246950 (diff) | |
download | FreeBSD-src-0796408d4a65a408fb888b67c7c5281e1c2b15f9.zip FreeBSD-src-0796408d4a65a408fb888b67c7c5281e1c2b15f9.tar.gz |
Another round of man page cleanups.
Down to only about 100 items left to cleanup! :-)
Diffstat (limited to 'gnu/usr.bin/groff/tmac/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/tmac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index c9ca259..c4b310e 100644 --- a/gnu/usr.bin/groff/tmac/Makefile +++ b/gnu/usr.bin/groff/tmac/Makefile @@ -6,8 +6,8 @@ TMACMODE?= 444 TMACDIR?= /usr/share/tmac MDOCDIR?= ${TMACDIR}/mdoc -MAN7= groff_ms.7 me.7 -MLINKS= groff_ms.7 ms.7 +MAN7= groff_ms.7 me.7 +MLINKS= groff_ms.7 ms.7 me.7 groff_me.7 LINKS= ${TMACDIR}/tmac.andoc ${TMACDIR}/tmac.an MANDEPEND= ${MAN7} |