From owner-freebsd-questions@freebsd.org Sun Dec 18 18:15: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 32620C84691 for ; Sun, 18 Dec 2016 18:15: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.227]) (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 F1A00E08 for ; Sun, 18 Dec 2016 18:15:03 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:44354] helo=raspberrypi.bildanet.com) by cdptpa-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id B6/A0-28949-3E1D6585; Sun, 18 Dec 2016 18:13:55 +0000 Received: from [192.168.1.40] (helo=desktop.example.org) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1cIfy7-0004iU-16 for freebsd-questions@freebsd.org; Sun, 18 Dec 2016 13:13:55 -0500 To: freebsd-questions@freebsd.org From: scrat Subject: Building documentation Message-ID: <3d19a8d7-53bc-4293-58a9-0600d1effdc9@columbus.rr.com> Date: Sun, 18 Dec 2016 13:13:54 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.7: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 18:15:05 -0000 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. Thanks for the help