From owner-freebsd-questions@FreeBSD.ORG Sun Jun 15 03:01:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5784122A for ; Sun, 15 Jun 2014 03:01:28 +0000 (UTC) Received: from nm20-vm1.access.bullet.mail.gq1.yahoo.com (nm20-vm1.access.bullet.mail.gq1.yahoo.com [216.39.63.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23E6427A9 for ; Sun, 15 Jun 2014 03:01:27 +0000 (UTC) Received: from [216.39.60.167] by nm20.access.bullet.mail.gq1.yahoo.com with NNFMP; 15 Jun 2014 02:58:23 -0000 Received: from [67.195.22.116] by tm3.access.bullet.mail.gq1.yahoo.com with NNFMP; 15 Jun 2014 02:58:23 -0000 Received: from [127.0.0.1] by smtp111.sbc.mail.gq1.yahoo.com with NNFMP; 15 Jun 2014 02:58:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1402801103; bh=o4HbOkiitgaN4f/G58veH8lb20pFZRX6jZ7CB6f3uq0=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:Subject; b=mbqP0ysPy+5jXqnsyF9DiGumhiTw41IUuiJK4Mgw9We5ZN5S/TqUGtaWT9GOv/FrucLoomJ60awP2iDc9TegRqkdLT3PqIyHnfGtKl9K0T7qtEAUqZjmPr125PLTpC8sgEOqNcRv4TaPOZYpjRDAgXvM4hD3470tZyl/nczSpbM= X-Yahoo-Newman-Id: 129846.79959.bm@smtp111.sbc.mail.gq1.yahoo.com Message-ID: <129846.79959.bm@smtp111.sbc.mail.gq1.yahoo.com> Date: Sun, 15 Jun 2014 02:58:23 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: gCZzVRAVM1m8AUXmc8V8VRbjVA1FNVUqjndT.KCS7VqHKyd kMHm48JE6eGbps2YTZHGPV1rV0DU5os8SNI0N_Y3E8C.VLNl9abFIti4WmXX in1pWq.51eNelzE80_6D9mZUb8Mz45tHzzOqSehMIMf9FZqSTt3i0DtmqTBk zucSgjuuqzZRHVcBxmh9lz_UFGNIUw._oNqHZH.koyD0MoWhRZLwscezeEgh 4BAx6x1ysVAvhqiQmkXsy5v.K9z94_qyY8fThdkBtvw9r9Y8V7I2FBXliyp_ hGNfsNZBt3nKNMv4Z.a0_vnKxI_Gzy0S9PQsF0S6JssnQEACnBKxOz6iUIXK hbZl5r7uP5dMszXzsJ8aKnOPOjcC84Y36q.9ZEbzvfReLiopJN2NemRTrCCT TaKcxluNN4gS1GATVprQicUgSbm6lyVkRx38qAGPvBDNJCWl01JrQJmkwDQO MfEmNuQLKDF1UKzMHp7NRsgayDxke4uBW1KFb1ItdnhSjJ5RWYz1kg8KfOcH 0iLpXXMJibZbTrh3tuhbnS7qM_FvBIuAYyY6n1gCWoIWH8ZstJDNPk0wLhw- - X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@96.28.178.143 with plain [67.195.15.66]) by smtp111.sbc.mail.gq1.yahoo.com with SMTP; 15 Jun 2014 02:58:23 +0000 UTC From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: Building /usr/doc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 03:01:28 -0000 I've been looking for how to build the documentation from /usr/doc. I find only vague hints in /usr/doc/Makefile and subdirectories. I don't want all formats, don't want all languages, don't want openoffice, don't want compressed, might not want both html and html-split. I think you can also build from ports, but I am trying to figure how to build from /usr/doc. Hints are vague. I checked online FreeBSD Handbook, but the part about the doc tree was mainly about editing rather than building. Tom