Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/groff/contrib/mom/examples re-add elvis_syntax, ...



details:   https://anonhg.NetBSD.org/src/rev/035de620f805
branches:  trunk
changeset: 588217:035de620f805
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Feb 12 01:18:05 2006 +0000

description:
re-add elvis_syntax, lost in 1.2; spaces -> tab while here.

diffstat:

 gnu/usr.bin/groff/contrib/mom/examples/Makefile |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 1ab66356bec8 -r 035de620f805 gnu/usr.bin/groff/contrib/mom/examples/Makefile
--- a/gnu/usr.bin/groff/contrib/mom/examples/Makefile   Sun Feb 12 01:12:48 2006 +0000
+++ b/gnu/usr.bin/groff/contrib/mom/examples/Makefile   Sun Feb 12 01:18:05 2006 +0000
@@ -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 @@
 .endfor
 
 dependall: ${PROCESSED_FILES}
-
 .endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index