re-add elvis_syntax, lost in 1.2; spaces -> tab while here.
This commit is contained in:
parent
90eb347e9c
commit
c11d7dc6e6
|
@ -1,4 +1,4 @@
|
|||
# $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
|
||||
|
||||
|
@ -7,7 +7,7 @@ DIST_SUBDIR= contrib/mom/examples
|
|||
.if ${MKSHARE} != "no"
|
||||
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/}
|
||||
FILES+= ${PROCESSED_FILES}
|
||||
|
@ -19,7 +19,6 @@ $i: ${i:S/.ps/.mom/}
|
|||
.endfor
|
||||
|
||||
dependall: ${PROCESSED_FILES}
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue