View | Details | Raw Unified | Return to bug 241676
Collapse All | Expand All

(-)en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml (-4 / +4 lines)
Lines 57-67 Link Here
57
    </tip>
57
    </tip>
58
58
59
    <variablelist>
59
    <variablelist>
60
      <varlistentry xml:id="the-website-env-destdir">
60
      <varlistentry xml:id="the-website-env-docdir">
61
	<term><varname>DESTDIR</varname></term>
61
	<term><varname>DOCDIR</varname></term>
62
62
63
	<listitem>
63
	<listitem>
64
	  <para>DESTDIR specifies the path where the web site files
64
	  <para>DOCDIR specifies the path where the web site files
65
	    are to be installed.</para>
65
	    are to be installed.</para>
66
66
67
	  <para>This variable is best set with &man.env.1; or the user
67
	  <para>This variable is best set with &man.env.1; or the user
Lines 171-177 Link Here
171
	testing:</para>
171
	testing:</para>
172
172
173
      <screen>&prompt.user; <userinput>cd ~/doc/en_US.ISO8859-1/htdocs/</userinput>
173
      <screen>&prompt.user; <userinput>cd ~/doc/en_US.ISO8859-1/htdocs/</userinput>
174
&prompt.user; <userinput>env DESTDIR=/tmp/www make ENGLISH_ONLY=yes WEB_ONLY=yes all install</userinput></screen>
174
&prompt.user; <userinput>env DOCDIR=/tmp/www make ENGLISH_ONLY=yes WEB_ONLY=yes all install</userinput></screen>
175
175
176
      <para>Changes to static files can usually be tested by viewing
176
      <para>Changes to static files can usually be tested by viewing
177
	the modified files directly with a web browser.  If the site
177
	the modified files directly with a web browser.  If the site

Return to bug 241676