From owner-freebsd-questions Mon Feb 11 1:48:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id A39AD37B404 for ; Mon, 11 Feb 2002 01:48:40 -0800 (PST) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailg.telia.com (8.11.6/8.11.6) with ESMTP id g1B9mcD05589 for ; Mon, 11 Feb 2002 10:48:39 +0100 (CET) Received: from falcon.midgard.homeip.net (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id KAA24478 for ; Mon, 11 Feb 2002 10:48:38 +0100 (CET) Received: (qmail 63450 invoked by uid 1001); 11 Feb 2002 09:48:36 -0000 Date: Mon, 11 Feb 2002 10:48:36 +0100 From: Erik Trulsson To: Micke Josefsson Cc: freebsd-questions@freebsd.org Subject: Re: How to get ps from paper.ascii in smm Message-ID: <20020211094835.GA63310@student.uu.se> Mail-Followup-To: Micke Josefsson , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Feb 11, 2002 at 09:28:03AM +0100, Micke Josefsson wrote: > This is probably related to groff but I don'=E4t see how to do it:) >=20 > Anyway, how do I make nice-looking postscript printouts of the texts in= =20 > /usr/share/doc/smm/? >=20 > Daemonnews had an article for NetBSD claiming that a "make paper.ps" woul= d do the > trick but there's no makefile here in FreeBSD. >=20 > suggestions are very welcome! You can't do it directly from the files normally installed in /usr/share/doc since they are just preformatted ascii-files. First install the sources. Then cd /usr/src/share/doc/smm/06.nfs (or whichever paper you want) Then you do a 'make PRINTERDEVICE=3Dps' and a nice postscript file will be created. (If you don't want it gzip'ed use=20 'make PRINTERDEVICE=3Dps NODOCCOMPRESS=3Dyes' instead.) --=20 Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message