diff options
| author | wiz <wiz@NetBSD.org> | 2006-02-12 01:18:05 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2006-02-12 01:18:05 +0000 |
| commit | c11d7dc6e6ecb876ae41728af46b6072d8ffe00a (patch) | |
| tree | 9258ce738f988805652ab7450b64740e625f3c65 /gnu/usr.bin | |
| parent | 90eb347e9ccbd1da35e4396028254dd732f2082f (diff) | |
re-add elvis_syntax, lost in 1.2; spaces -> tab while here.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/groff/contrib/mom/examples/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/usr.bin/groff/contrib/mom/examples/Makefile b/gnu/usr.bin/groff/contrib/mom/examples/Makefile index f6e063dfade..8e6fc2c323b 100644 --- a/gnu/usr.bin/groff/contrib/mom/examples/Makefile +++ b/gnu/usr.bin/groff/contrib/mom/examples/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2006/02/12 00:18:30 christos Exp $ +# $NetBSD: Makefile,v 1.4 2006/02/12 01:18:05 wiz Exp $ -DIST_SUBDIR= contrib/mom/examples +DIST_SUBDIR= contrib/mom/examples .include <bsd.own.mk> .if ${MKSHARE} != "no" -FILESDIR= ${DOCDIR}/groff/mom +FILESDIR= ${DOCDIR}/groff/mom MOM_FILES= typesetting.mom letter.mom sample_docs.mom -FILES= README.txt elvis_syntax.new penguin.ps ${MOM_FILES} +FILES= README.txt elvis_syntax elvis_syntax.new penguin.ps ${MOM_FILES} -PROCESSED_FILES= ${MOM_FILES:S/.mom/.ps/} +PROCESSED_FILES= ${MOM_FILES:S/.mom/.ps/} FILES+= ${PROCESSED_FILES} CLEANFILES+= ${PROCESSED_FILES} @@ -19,7 +19,6 @@ $i: ${i:S/.ps/.mom/} .endfor dependall: ${PROCESSED_FILES} - .endif .include <bsd.prog.mk> |
