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 Find penguin.ps with -I



details:   https://anonhg.NetBSD.org/src/rev/681694f5a3a0
branches:  trunk
changeset: 588213:681694f5a3a0
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 12 00:18:30 2006 +0000

description:
Find penguin.ps with -I

diffstat:

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

diffs (18 lines):

diff -r 7f2be57ddce2 -r 681694f5a3a0 gnu/usr.bin/groff/contrib/mom/examples/Makefile
--- a/gnu/usr.bin/groff/contrib/mom/examples/Makefile   Sat Feb 11 23:02:56 2006 +0000
+++ b/gnu/usr.bin/groff/contrib/mom/examples/Makefile   Sun Feb 12 00:18:30 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/02/11 19:39:01 christos Exp $
+# $NetBSD: Makefile,v 1.3 2006/02/12 00:18:30 christos Exp $
 
 DIST_SUBDIR=    contrib/mom/examples
 
@@ -15,7 +15,7 @@
 
 .for i in ${PROCESSED_FILES}
 $i: ${i:S/.ps/.mom/}
-       ${TOOL_GROFF} -Tps -mom ${.ALLSRC} >${.TARGET}
+       ${TOOL_GROFF} -I${FILESDIR} -Tps -mom ${.ALLSRC} >${.TARGET}
 .endfor
 
 dependall: ${PROCESSED_FILES}



Home | Main Index | Thread Index | Old Index