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/font add a line "image_generator gs" to th...
details: https://anonhg.NetBSD.org/src/rev/6486a517454e
branches: trunk
changeset: 765457:6486a517454e
user: drochner <drochner%NetBSD.org@localhost>
date: Fri May 27 17:23:47 2011 +0000
description:
add a line "image_generator gs" to the DESC file as the original
build framework does, lets "groff -Thtml" at least start
(it seems that ghostscript is not needed at least for simple documents)
diffstat:
gnu/usr.bin/groff/font/Makefile.tty | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 5fa6185dffd1 -r 6486a517454e gnu/usr.bin/groff/font/Makefile.tty
--- a/gnu/usr.bin/groff/font/Makefile.tty Fri May 27 17:19:18 2011 +0000
+++ b/gnu/usr.bin/groff/font/Makefile.tty Fri May 27 17:23:47 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.tty,v 1.8 2008/10/25 22:27:35 apb Exp $
+# $NetBSD: Makefile.tty,v 1.9 2011/05/27 17:23:47 drochner Exp $
# $FreeBSD: src/gnu/usr.bin/groff/font/Makefile.tty,v 2.7 2001/04/17 12:36:42 ru Exp $
@@ -34,3 +34,4 @@
-e "s/^vert .*$$/vert `expr $(RES) / $(LPI)`/" \
-e "s/^fonts .*$$/fonts `set $(FONTS); echo $$#` $(FONTS)/" \
${.ALLSRC} >${.TARGET}
+ echo "image_generator gs" >>${.TARGET}
Home |
Main Index |
Thread Index |
Old Index