From owner-freebsd-doc@freebsd.org Fri Jan 6 16:38:44 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 8FE56CA24A7 for ; Fri, 6 Jan 2017 16:38:44 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 58F701395 for ; Fri, 6 Jan 2017 16:38:43 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:54681] helo=raspberrypi.bildanet.com) by cdptpa-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 05/FB-28949-218CF685; Fri, 06 Jan 2017 16:38:42 +0000 Received: from [192.168.1.40] (helo=desktop.example.org) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1cPXXN-0003NO-VX; Fri, 06 Jan 2017 11:38:41 -0500 Subject: Re: Building docs To: Warren Block References: <5ff12bca-f3c1-aef9-d665-66e4adf95f7e@columbus.rr.com> Cc: freebsd-doc@FreeBSD.org From: scrat Message-ID: Date: Fri, 6 Jan 2017 11:38:41 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.7:25 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:38:44 -0000 On 01/06/17 11:22, Warren Block wrote: > 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? I installed by ports using synth. Built from 2017Q1 branch port. > > The "#" symbols indicate a missing font, but that should have been > installed along with docproj. I too believe it is a font but which one? Do you know what fonts I need installed? Thanks