From owner-freebsd-doc@FreeBSD.ORG Sun Feb 24 21:35:42 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A8A7E9A7 for ; Sun, 24 Feb 2013 21:35:42 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) by mx1.freebsd.org (Postfix) with ESMTP id 20371737 for ; Sun, 24 Feb 2013 21:35:41 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id fo13so2107400lab.10 for ; Sun, 24 Feb 2013 13:35:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=2FKP/XD3Bh5v3472O9Z39fmRjs+L4l8qHE4awpYHhDM=; b=EXty1osuTdG1YQ7far2c8yEo1cty8Yf1UgV/icZ5cuwP5DZ6U6722/aDyijaH5f1qJ xcdIB4rB4R/d8LBUrx/KrnZQ4BIq5lFk2A3h8Bac0laMJxERLc1XTCQCrPOZE31IHWhn B+HU2CUqEAcRHz+ZrAXtoesaMxxRLlvhYzTeofb0UA6jPaWKXdU2osdTPhBl1SKCydCd tRGuX7lFYCaG71V6au2QdGOJpSzW3OqR0aA4rWPf9wgc0TgzPwsOMHvdyhCGfwZ9UmMV 45HBkizC5pfbg7F8W8R3gn0folfC+r2RDb8v140sCVtPhUi2l4rdO9w3i9q5ZMnCxhiU OD7g== MIME-Version: 1.0 X-Received: by 10.152.144.105 with SMTP id sl9mr5634562lab.4.1361741740972; Sun, 24 Feb 2013 13:35:40 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.85.198 with HTTP; Sun, 24 Feb 2013 13:35:40 -0800 (PST) Date: Sun, 24 Feb 2013 13:35:40 -0800 X-Google-Sender-Auth: Y1TbxVpzKoWBpMR56pph73VejRI Message-ID: Subject: How to build FreeBSD doc web pages? From: Craig Rodrigues To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 21:35:42 -0000 Hi, I am trying to fix some text in the FreeBSD docs, and am trying to build the FreeBSD docs and web pages so I can view the output HTML as I am fixing things. What is the correct procedure to do this? I am trying to follow these instructions: http://www.freebsd.org/doc/en/books/fdp-primer/the-website-build.html but those instructions didn't quite do what I wanted, i.e. they did not build all the books (such as handbook) and articles. On Freefall, I did this: mkdir -p ~rodrigc/public_html/doc2 mkdir -p ~rodrigc/public_html/doc1 cd ~rodrigc/public_html/doc2 svn co svn://svn.freebsd.org/doc/head doc cd ~rodrigc/public_html/doc2/doc/en_US.ISO8859-1 make install DOCDIR=$HOME/public_html/doc1/doc mkdir -p /tmp/ports touch /tmp/ports/INDEX cd ~rodrigc/public_html/doc2/doc/en_US.ISO8859-1/htdocs make NOPORTSNET=yes PORTSBASE=/tmp NO_PACKAGES_LINK=yes all The output is here: http://people.freebsd.org/~rodrigc/doc1/ but it doesn't look right. Any ideas? Thanks. -- Craig