From owner-freebsd-questions@freebsd.org Sun Dec 18 19:18:05 2016 Return-Path: Delivered-To: freebsd-questions@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 00EF3C87C4E for ; Sun, 18 Dec 2016 19:18:05 +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.228]) (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 BE508150C for ; Sun, 18 Dec 2016 19:18:04 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:44383] helo=raspberrypi.bildanet.com) by cdptpa-omsmta03 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 46/C6-05528-2A0E6585; Sun, 18 Dec 2016 19:16:50 +0000 Received: from [192.168.1.40] (helo=desktop.example.org) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1cIgwz-0004k7-LN; Sun, 18 Dec 2016 14:16:49 -0500 Subject: Re: Building documentation To: Warren Block References: <3d19a8d7-53bc-4293-58a9-0600d1effdc9@columbus.rr.com> Cc: freebsd-questions@freebsd.org From: scrat Message-ID: Date: Sun, 18 Dec 2016 14:16:49 -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.88:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 19:18:05 -0000 On 12/18/16 14:04, Warren Block wrote: > On Sun, 18 Dec 2016, scrat wrote: > >> I am trying to build the documentation and building with FORMATS="html >> html-split" works. I then tried to build the pdf version it >> complained about textproc/fop so I built and installed it. >> >> cd /usr/doc/en_US.ISO8859-1/books/handbook >> make FORMATS=pdf DESTDIR=/tmp install >> >> It will build a pdf but when I view it in okular all I get is ###### >> #### etc for most of the words. I am assuming that I need to install >> a font, if so which ones as it is not pointed out in fdp-primer. Also >> I think under the "2.1. Required Tools" section fop should be listed >> as textproc/docproj doesn't install it. > > fop is an optional dependency which can be selected if the port is > installed. It will not be installed by the package, which uses the > default options. Yes, the instructions could stand to be updated. Ok, but do you know how to solve the text being rendered as ######## in the pdf?