Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses/PSD.doc Use TOOL_VFONTEDPR
details: https://anonhg.NetBSD.org/src/rev/eb72dd84db89
branches: trunk
changeset: 330602:eb72dd84db89
user: christos <christos%NetBSD.org@localhost>
date: Tue Jul 15 13:27:58 2014 +0000
description:
Use TOOL_VFONTEDPR
diffstat:
lib/libcurses/PSD.doc/Makefile | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diffs (28 lines):
diff -r 5335db011231 -r eb72dd84db89 lib/libcurses/PSD.doc/Makefile
--- a/lib/libcurses/PSD.doc/Makefile Tue Jul 15 13:27:04 2014 +0000
+++ b/lib/libcurses/PSD.doc/Makefile Tue Jul 15 13:27:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/07/15 11:19:08 christos Exp $
+# $NetBSD: Makefile,v 1.14 2014/07/15 13:27:58 christos Exp $
# from: @(#)Makefile 8.2 (Berkeley) 5/23/94
SECTION=reference/ref3
@@ -20,17 +20,10 @@
# bold font, and comments in italics.
#
-
# Don't re-run vgrind unless you want to patch the output files.
-# XXXBUILDSH: can we use TOOL_VGRIND here ?
-.if exists(/usr/libexec/vfontedpr)
-VFONT= /usr/libexec/vfontedpr
-.else
-VFONT= ${TOOL_CAT}
-.endif
.c.gr:
- ${VFONT} ${.IMPSRC} | grep -v "^'wh" > ${.TARGET}
+ ${TOOL_VFONTEDPR} ${.IMPSRC} | grep -v "^'wh" > ${.TARGET}
# Unfortunately our make doesn't handle single-suffix rules.
intro.2.tbl: intro.2
Home |
Main Index |
Thread Index |
Old Index