FreeBSD Bugzilla – Attachment 208803 Details for
Bug 241676
FDP primer example 6.2 incorrectly mentions DESTDIR where it should mention DOCDIR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use DOCDIR instead of DESTDIR
use-docdir.patch (text/plain), 1.23 KB, created by
Pau Amma
on 2019-11-02 20:29:20 UTC
(
hide
)
Description:
Use DOCDIR instead of DESTDIR
Filename:
MIME Type:
Creator:
Pau Amma
Created:
2019-11-02 20:29:20 UTC
Size:
1.23 KB
patch
obsolete
>Index: en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml >=================================================================== >--- en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml (revision 53525) >+++ en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml (working copy) >@@ -57,11 +57,11 @@ > </tip> > > <variablelist> >- <varlistentry xml:id="the-website-env-destdir"> >- <term><varname>DESTDIR</varname></term> >+ <varlistentry xml:id="the-website-env-docdir"> >+ <term><varname>DOCDIR</varname></term> > > <listitem> >- <para>DESTDIR specifies the path where the web site files >+ <para>DOCDIR specifies the path where the web site files > are to be installed.</para> > > <para>This variable is best set with &man.env.1; or the user >@@ -171,7 +171,7 @@ > testing:</para> > > <screen>&prompt.user; <userinput>cd ~/doc/en_US.ISO8859-1/htdocs/</userinput> >-&prompt.user; <userinput>env DESTDIR=/tmp/www make ENGLISH_ONLY=yes WEB_ONLY=yes all install</userinput></screen> >+&prompt.user; <userinput>env DOCDIR=/tmp/www make ENGLISH_ONLY=yes WEB_ONLY=yes all install</userinput></screen> > > <para>Changes to static files can usually be tested by viewing > the modified files directly with a web browser. If the site
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241676
: 208803