Module Name:    src
Committed By:   drochner
Date:           Fri May 27 17:23:47 UTC 2011

Modified Files:
        src/gnu/usr.bin/groff/font: Makefile.tty

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/gnu/usr.bin/groff/font/Makefile.tty

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/groff/font/Makefile.tty
diff -u src/gnu/usr.bin/groff/font/Makefile.tty:1.8 src/gnu/usr.bin/groff/font/Makefile.tty:1.9
--- src/gnu/usr.bin/groff/font/Makefile.tty:1.8	Sat Oct 25 22:27:35 2008
+++ src/gnu/usr.bin/groff/font/Makefile.tty	Fri May 27 17:23:47 2011
@@ -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}

Reply via email to