Source-Changes-HG archive

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

[src/trunk]: src/share/doc/standards/xopen Make this work with obj dirs.



details:   https://anonhg.NetBSD.org/src/rev/6ba2a114fda8
branches:  trunk
changeset: 473404:6ba2a114fda8
user:      ross <ross%NetBSD.org@localhost>
date:      Tue Jun 01 18:22:52 1999 +0000

description:
Make this work with obj dirs.

diffstat:

 share/doc/standards/xopen/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 47776ad90de7 -r 6ba2a114fda8 share/doc/standards/xopen/Makefile
--- a/share/doc/standards/xopen/Makefile        Tue Jun 01 18:19:13 1999 +0000
+++ b/share/doc/standards/xopen/Makefile        Tue Jun 01 18:22:52 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 1999/06/01 16:51:44 jwise Exp $
+#      $NetBSD: Makefile,v 1.2 1999/06/01 18:22:52 ross Exp $
 
 DOCS=  xcu5
 .for i in ${DOCS}
@@ -18,16 +18,16 @@
 
 .for i in ${DOCS}
 ${i}.ps: ${i}
-       groff ${ARGS_PS}   -mdoc      ${i} > $@
+       groff ${ARGS_PS}   -mdoc      ${.ALLSRC} > $@
 
 ${i}.txt: ${i}
-       groff ${ARGS_TXT}  -mdoc      ${i} > $@
+       groff ${ARGS_TXT}  -mdoc      ${.ALLSRC} > $@
 
 ${i}.html: ${i}
-       groff ${ARGS_HTML} -mdoc2html ${i} > $@
+       groff ${ARGS_HTML} -mdoc2html ${.ALLSRC} > $@
 
 ${i}.more: ${i}
-       groff ${ARGS_MORE} -mdoc      ${i} > $@
+       groff ${ARGS_MORE} -mdoc      ${.ALLSRC} > $@
 .endfor
 
 echosrcs! ${SRCS}



Home | Main Index | Thread Index | Old Index