@ -256,7 +256,7 @@ and add to the end of the file:
<programlisting>
<programlisting>
TDEDIR=(path to tdedir)
TDEDIR=(path to tdedir)
TDEDIRS=$TDEDIR
TDEDIRS=$TDEDIR
PATH=$TDEDIR/bin:$QTDIR/bin:$PATH
PATH=$TDEDIR/bin:$T QTDIR/bin:$PATH
LD_LIBRARY_PATH=$TDEDIR/lib:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=$TDEDIR/lib:$LD_LIBRARY_PATH
export TDEDIRS PATH LD_LIBRARY_PATH
export TDEDIRS PATH LD_LIBRARY_PATH
</programlisting>
</programlisting>
@ -264,13 +264,13 @@ export TDEDIRS PATH LD_LIBRARY_PATH
If you are building the qt-copy module, add instead:
If you are building the qt-copy module, add instead:
<programlisting>
<programlisting>
QTDIR=(path to qtdir)
T QTDIR=(path to qtdir)
TDEDIR=(path to tdedir)
TDEDIR=(path to tdedir)
TDEDIRS=$TDEDIR
TDEDIRS=$TDEDIR
PATH=$TDEDIR/bin:$QTDIR/bin:$PATH
PATH=$TDEDIR/bin:$T QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
MANPATH=$T QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$TDEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=$TDEDIR/lib:$T QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR TDEDIRS PATH MANPATH LD_LIBRARY_PATH
export T QTDIR TDEDIRS PATH MANPATH LD_LIBRARY_PATH
</programlisting>
</programlisting>
</para>
</para>
@ -420,7 +420,7 @@ source tree, you can force a rebuild of a module by creating a file called
<listitem><para>
<listitem><para>
You can specify various environment values to be used during the build,
You can specify various environment values to be used during the build,
including <envar>TDEDIR</envar>, <envar>QTDIR</envar>, <envar>DO_NOT_COMPILE</envar>,
including <envar>TDEDIR</envar>, <envar>T QTDIR</envar>, <envar>DO_NOT_COMPILE</envar>,
and <envar>CXXFLAGS</envar>.
and <envar>CXXFLAGS</envar>.
</para></listitem>
</para></listitem>
@ -624,7 +624,7 @@ You can't override this setting in a module option. The default value is
<filename class="directory">/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin</filename>. This environment
<filename class="directory">/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin</filename>. This environment
variable should include the colon-separated paths of your development
variable should include the colon-separated paths of your development
toolchain. The paths <filename class="directory">$TDEDIR/bin</filename> and
toolchain. The paths <filename class="directory">$TDEDIR/bin</filename> and
<filename class="directory">$QTDIR/bin</filename> are automatically added. You
<filename class="directory">$T QTDIR/bin</filename> are automatically added. You
may use the tilde (~) for any paths you add using this option.</para>
may use the tilde (~) for any paths you add using this option.</para>
</entry>
</entry>
</row>
</row>
@ -829,7 +829,7 @@ linkend="conf-make-install-prefix">make-install-prefix</link> option as well.</e
<entry>Set this option to set the environment variable LD_LIBRARY_PATH while
<entry>Set this option to set the environment variable LD_LIBRARY_PATH while
building. You can't override this setting in a module option. The default
building. You can't override this setting in a module option. The default
value is blank, but the paths <filename class="directory">$TDEDIR/lib</filename> and
value is blank, but the paths <filename class="directory">$TDEDIR/lib</filename> and
<filename class="directory">$QTDIR/lib</filename> are automatically
<filename class="directory">$T QTDIR/lib</filename> are automatically
added. You may use the tilde (~) for any paths you add using this option.
added. You may use the tilde (~) for any paths you add using this option.
</entry>
</entry>
</row>
</row>
@ -930,7 +930,7 @@ can't figure out what you mean using <link linkend="conf-branch">branch</link>.
<row id="conf-qtdir">
<row id="conf-qtdir">
<entry>qtdir</entry>
<entry>qtdir</entry>
<entry>Can't be overridden</entry>
<entry>Can't be overridden</entry>
<entry>Set this option to set the environment variable QTDIR while building.
<entry>Set this option to set the environment variable T QTDIR while building.
You can't override this setting in a module option. If you don't specify
You can't override this setting in a module option. If you don't specify
this option, it defaults to
this option, it defaults to
<filename class="directory"><varname>$(source-dir)</varname>/build/qt-copy</filename>,
<filename class="directory"><varname>$(source-dir)</varname>/build/qt-copy</filename>,
@ -1024,7 +1024,7 @@ instead, which works from the release tarballs.</para>
qt-copy. Set this option to <quote>true</quote> to enable the script's
qt-copy. Set this option to <quote>true</quote> to enable the script's
<emphasis>experimental</emphasis> srcdir != builddir mode. When enabled,
<emphasis>experimental</emphasis> srcdir != builddir mode. When enabled,
&tdesvn-build; will copy the qt-copy source module to the build directory,
&tdesvn-build; will copy the qt-copy source module to the build directory,
and perform builds from there. That means your QTDIR environment variable
and perform builds from there. That means your T QTDIR environment variable
should be set to
should be set to
<filename class="directory">$(qt-copy-build-dir)/qt-copy/lib</filename>
<filename class="directory">$(qt-copy-build-dir)/qt-copy/lib</filename>
instead. You should also change your <link linkend="conf-qtdir">qtdir</link>
instead. You should also change your <link linkend="conf-qtdir">qtdir</link>