Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/atf/share/doc/atf Do substitute __TESTSDIR__ wh...



details:   https://anonhg.NetBSD.org/src/rev/e3d70667d4f5
branches:  trunk
changeset: 758324:e3d70667d4f5
user:      njoly <njoly%NetBSD.org@localhost>
date:      Tue Nov 02 14:41:32 2010 +0000

description:
Do substitute __TESTSDIR__ when generating atf(7) man page.

diffstat:

 external/bsd/atf/share/doc/atf/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r d4e8219c757e -r e3d70667d4f5 external/bsd/atf/share/doc/atf/Makefile
--- a/external/bsd/atf/share/doc/atf/Makefile   Tue Nov 02 14:32:58 2010 +0000
+++ b/external/bsd/atf/share/doc/atf/Makefile   Tue Nov 02 14:41:32 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/06/04 08:33:41 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/02 14:41:32 njoly Exp $
 
 .include <bsd.own.mk>
 
@@ -18,7 +18,9 @@
 
 CLEANFILES+=   atf.7 atf.7.tmp
 atf.7: atf.7.in
-       ${TOOL_SED} -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
+       ${TOOL_SED} \
+           -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
+           -e 's,__TESTSDIR__,/usr/tests,g' \
            <${SRCDIR}/doc/atf.7.in >atf.7.tmp
        mv atf.7.tmp atf.7
 



Home | Main Index | Thread Index | Old Index