Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 1998 12:19:59 +0200 (CEST)
From:      dada@sbox.tu-graz.ac.at
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/7737: Postscript documentation
Message-ID:  <199808201019.MAA03600@localhost.tu-graz.ac.at>

next in thread | raw e-mail | index | archive | help

>Number:         7737
>Category:       docs
>Synopsis:       Problem getting Postscript docs
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 24 09:20:01 PDT 1998
>Last-Modified:
>Originator:     Martin Kammerhofer
>Organization:
Graz University of Technology
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:

>Description:

>From /src/etc/make.conf
	# Default format for system documentation, depends on your printer.
	# Set this to "ascii" for simple printers or screen
	#
	#PRINTER=	ps

uncommenting this doesn't work, because in /src/share/mk/bsd.doc.mk a default
	PRINTERDEVICE?=	ascii
is set.

>How-To-Repeat:

cd /usr/src/share/doc
make PRINTER=ps all install

>Fix:
	
change "PRINTER" => "PRINTERDEVICE" in "make.conf"

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808201019.MAA03600>