From owner-svn-doc-head@freebsd.org Sun Nov 3 18:51:40 2019 Return-Path: Delivered-To: svn-doc-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90A0F17F4BA; Sun, 3 Nov 2019 18:51:40 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 475lQN3N9Kz3GxM; Sun, 3 Nov 2019 18:51:40 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57442181DA; Sun, 3 Nov 2019 18:51:40 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA3IpeGc091780; Sun, 3 Nov 2019 18:51:40 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA3Ipe3l091779; Sun, 3 Nov 2019 18:51:40 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201911031851.xA3Ipe3l091779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Sun, 3 Nov 2019 18:51:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53527 - head/en_US.ISO8859-1/books/fdp-primer/the-website X-SVN-Group: doc-head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/fdp-primer/the-website X-SVN-Commit-Revision: 53527 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2019 18:51:40 -0000 Author: bcr Date: Sun Nov 3 18:51:39 2019 New Revision: 53527 URL: https://svnweb.freebsd.org/changeset/doc/53527 Log: The example in section 6.2 uses DESTDIR to define where the website build should end up in. However, it does not work with DESTDIR, but with DOCDIR. Change the example and description to use DOCDIR. PR: 241676 Submitted by: pauamma@gundo.com Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Sun Nov 3 11:06:00 2019 (r53526) +++ head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Sun Nov 3 18:51:39 2019 (r53527) @@ -57,11 +57,11 @@ - - DESTDIR + + DOCDIR - DESTDIR specifies the path where the web site files + DOCDIR specifies the path where the web site files are to be installed. This variable is best set with &man.env.1; or the user @@ -171,7 +171,7 @@ testing: &prompt.user; cd ~/doc/en_US.ISO8859-1/htdocs/ -&prompt.user; env DESTDIR=/tmp/www make ENGLISH_ONLY=yes WEB_ONLY=yes all install +&prompt.user; env DOCDIR=/tmp/www make ENGLISH_ONLY=yes WEB_ONLY=yes all install Changes to static files can usually be tested by viewing the modified files directly with a web browser. If the site