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

(-)doc/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml Mon Aug 22 16:19:20 2005 (-3 / +5 lines)
Lines 87-97 Link Here
87
      <step>
87
      <step>
88
       <para>Change into the <filename role="directory">www/en</filename> directory, and run
88
       <para>Change into the <filename role="directory">www/en</filename> directory, and run
89
         the &man.make.1; <maketarget>all</maketarget> target, to create
89
         the &man.make.1; <maketarget>all</maketarget> target, to create
90
         the web pages.</para>
90
         the web pages.</para>
91
       
91
       
92
       <screen>&prompt.root; <userinput>cd en</userinput>
92
       <screen>&prompt.root; <userinput>cd www/en</userinput>
93
&prompt.root; <userinput>make all</userinput></screen>
93
&prompt.root; <userinput>make all</userinput></screen>
94
      </step>
94
      </step>
95
    </procedure>
95
    </procedure>
96
  </sect1>
96
  </sect1>
97
  
97
  
Lines 107-119 Link Here
107
      </step>
107
      </step>
108
108
109
      <step>
109
      <step>
110
       <para>Run the &man.make.1; <maketarget>install</maketarget> target,
110
       <para>Run the &man.make.1; <maketarget>install</maketarget> target,
111
         setting the <makevar>DESTDIR</makevar> variable to the name of the 
111
         setting the <makevar>DESTDIR</makevar> variable to the name of the 
112
         directory you want to install the files to.</para>
112
         directory you want to install the files to.  You may need to
113
         set this in the environment rather than on the command line.</para>
113
       
114
       
114
       <screen>&prompt.root; <userinput>make DESTDIR=<replaceable>/usr/local/www</replaceable> install</userinput></screen>
115
       <screen>&prompt.root; <userinput>DESTDIR=<replaceable>/usr/local/www</replaceable>; export DESTDIR</userinput>
116
&prompt.root; <userinput>make DESTDIR=<replaceable>/usr/local/www</replaceable> install</userinput></screen>
115
      </step>
117
      </step>
116
118
117
      <step>
119
      <step>
118
       <para>If you have previously installed the web pages into the same
120
       <para>If you have previously installed the web pages into the same
119
         directory the install process will not have deleted any old or
121
         directory the install process will not have deleted any old or

Return to bug 85232