diff options
| author | perry <perry@NetBSD.org> | 2008-07-16 21:14:53 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2008-07-16 21:14:53 +0000 |
| commit | 64f59fb14dda76a135c0d04a7e9e69ea93933558 (patch) | |
| tree | 4e16a8327ab375859ebf6c5e60d97b1b5618deeb /gnu/usr.bin | |
| parent | fbcf7d7188c0baa9fe4d1d7fc875bac2668058b1 (diff) | |
So long, mom. (Approved by: wiz)
sets files still need updating, I'll do that shortly.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/groff/contrib/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/contrib/mom/Makefile | 25 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/contrib/mom/Makefile.inc | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/contrib/mom/examples/Makefile | 28 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/contrib/mom/momdoc/Makefile | 31 |
5 files changed, 2 insertions, 93 deletions
diff --git a/gnu/usr.bin/groff/contrib/Makefile b/gnu/usr.bin/groff/contrib/Makefile index 5a5b58cb849..d8690c8a752 100644 --- a/gnu/usr.bin/groff/contrib/Makefile +++ b/gnu/usr.bin/groff/contrib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/06 18:29:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/07/16 21:14:53 perry Exp $ # $FreeBSD: src/gnu/usr.bin/groff/contrib/Makefile,v 1.1 2001/04/17 12:36:32 ru Exp $ @@ -8,6 +8,6 @@ # groffer depends on lots of other non-base programs # pdfmark depends on ghostscript # pic2graph depends on convert(1) -SUBDIR= gdiffmk mm mom +SUBDIR= gdiffmk mm .include <bsd.subdir.mk> diff --git a/gnu/usr.bin/groff/contrib/mom/Makefile b/gnu/usr.bin/groff/contrib/mom/Makefile deleted file mode 100644 index 4616034be51..00000000000 --- a/gnu/usr.bin/groff/contrib/mom/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2006/02/12 18:11:54 tron Exp $ - -SUBDIR= examples momdoc -DIST_SUBDIR= contrib/mom - -TMACOWN?= ${BINOWN} -TMACGRP?= ${BINGRP} -TMACMODE?= ${NOBINMODE} -# XXX: next depends on ../src/include/defs.h -TMACDIR?= /usr/share/tmac - -NORMALFILES= mom.tmac om.tmac -MAN= groff_mom.7 - -.include <bsd.own.mk> - -.if ${MKSHARE} != "no" -FILESDIR= ${TMACDIR} -FILES+= ${NORMALFILES} -.endif - -CLEANFILES+= groff_mom.7 - -.include <bsd.prog.mk> -.include <bsd.subdir.mk> diff --git a/gnu/usr.bin/groff/contrib/mom/Makefile.inc b/gnu/usr.bin/groff/contrib/mom/Makefile.inc deleted file mode 100644 index 94872ee1f50..00000000000 --- a/gnu/usr.bin/groff/contrib/mom/Makefile.inc +++ /dev/null @@ -1,7 +0,0 @@ -# $NetBSD: Makefile.inc,v 1.2 2006/02/06 18:34:58 wiz Exp $ - -# $FreeBSD: src/gnu/usr.bin/groff/contrib/Makefile.inc,v 1.1 2001/04/17 12:36:32 ru Exp $ - -#DIST_SUBDIR= contrib/mom - -.include "../Makefile.inc" diff --git a/gnu/usr.bin/groff/contrib/mom/examples/Makefile b/gnu/usr.bin/groff/contrib/mom/examples/Makefile deleted file mode 100644 index d3d63ad7afa..00000000000 --- a/gnu/usr.bin/groff/contrib/mom/examples/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2008/07/16 16:34:36 perry Exp $ - -DIST_SUBDIR= contrib/mom/examples - -.include <bsd.own.mk> - -.if ${MKSHARE} != "no" -FILESDIR= ${DOCDIR}/groff/mom -MOM_FILES= typesetting.mom letter.mom sample_docs.mom -FILES= README.txt elvis_syntax elvis_syntax.new penguin.ps ${MOM_FILES} - -.if ${MKMAN} != "no" -PROCESSED_FILES= ${MOM_FILES:S/.mom/.ps/} -FILES+= ${PROCESSED_FILES} -CLEANFILES+= ${PROCESSED_FILES} - -.for i in ${PROCESSED_FILES} -$i: ${i:S/.ps/.mom/} - ${TOOL_GROFF} -I${FILESDIR} -Tps -mom ${.ALLSRC} | \ - ${TOOL_SED} 's/^\(%%CreationDate:\).*/\1 unknown/' >${.TARGET} -.endfor - -dependall: ${PROCESSED_FILES} -.endif # MKMAN -.endif # MKSHARE - -.include <bsd.prog.mk> -.include <bsd.subdir.mk> diff --git a/gnu/usr.bin/groff/contrib/mom/momdoc/Makefile b/gnu/usr.bin/groff/contrib/mom/momdoc/Makefile deleted file mode 100644 index 3ceec4ff79c..00000000000 --- a/gnu/usr.bin/groff/contrib/mom/momdoc/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2006/02/06 18:29:48 wiz Exp $ - -DIST_SUBDIR= contrib/mom/momdoc - -.include <bsd.own.mk> - -.if ${MKSHARE} != "no" -FILESDIR= ${HTMLDOCDIR}/groff/mom -FILES= appendices.html \ - color.html \ - cover.html \ - definitions.html \ - docelement.html \ - docprocessing.html \ - goodies.html \ - headfootpage.html \ - inlines.html \ - intro.html \ - letters.html \ - macrolist.html \ - rectoverso.html \ - refer.html \ - reserved.html \ - toc.html \ - typemacdoc.html \ - typesetting.html \ - using.html -.endif - -.include <bsd.prog.mk> -.include <bsd.subdir.mk> |
