From owner-freebsd-doc@freebsd.org Fri Jan 6 16:22:16 2017 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AE31CA2FD0 for ; Fri, 6 Jan 2017 16:22:16 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 202B01B10 for ; Fri, 6 Jan 2017 16:22:15 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id v06GMBg8032984 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 6 Jan 2017 09:22:11 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id v06GMBYj032981; Fri, 6 Jan 2017 09:22:11 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 6 Jan 2017 09:22:11 -0700 (MST) From: Warren Block To: scrat cc: freebsd-doc@FreeBSD.org Subject: Re: Building docs In-Reply-To: <5ff12bca-f3c1-aef9-d665-66e4adf95f7e@columbus.rr.com> Message-ID: References: <5ff12bca-f3c1-aef9-d665-66e4adf95f7e@columbus.rr.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.1 (wonkity.com [127.0.0.1]); Fri, 06 Jan 2017 09:22:11 -0700 (MST) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 16:22:16 -0000 On Fri, 6 Jan 2017, scrat wrote: > I am trying to render the documentation from the svn repo for the docs. > > I have followed the fdp-primer as well as I can and installed > textproc/docproj. > > Here is what I did > > svn checkout https://svn.FreeBSD.org/doc/head ~/doc > cd ~/doc/en_US.ISO8859-1/books/handbook > make FORMATS="html pdf" DESTDIR="~/books/handbook" install > > > html works > > pdf the text is rendered as ######### ############## ############# etc. > > How to fix? Did you install textproc/docproj as a package or a port? The "#" symbols indicate a missing font, but that should have been installed along with docproj.