Version: (using KDE Devel) Installed from: Compiled sources OS: Linux The following text seems wrong or incomplete to me. I am not an expert for kde scripts but I am at least to stupid to understand the text here: --- .po A <command>sed</command> expression that is used to transform the source directory into the build directory. For instance, if the source directory is <filename class=\"directory\">kdesdk/obj-i386-linux</filename>, then <envar> OBJ_REPLACEMENT</envar> should be set to <parameter> s#kdesdk#kdesdk-obj#</parameter>. --- end .po I guess "kdesdk/obj-i386-linux" is the build directory?
*** trunk/KDE/kdesdk/doc/scripts/man-create_makefile.1.docbook 2005/05/04 05:39:42 409203 --- trunk/KDE/kdesdk/doc/scripts/man-create_makefile.1.docbook 2008/05/17 04:01:36 808612 *************** *** 70,77 **** </varlistentry> <varlistentry> <term><envar>OBJ_REPLACEMENT</envar></term> ! <listitem><para>A <command>sed</command> expression that is used to transform the source directory into the build directory. For instance, if the source directory is <filename class="directory">kdesdk/obj-i386-linux</filename>, then <envar>OBJ_REPLACEMENT</envar> should be set to <parameter>s#kdesdk#kdesdk-obj#</parameter>.</para> ! </listitem> </varlistentry> </variablelist> --- 70,76 ---- </varlistentry> <varlistentry> <term><envar>OBJ_REPLACEMENT</envar></term> ! <listitem><para>A <command>sed</command> expression that is used to transform the source directory into the build directory. For instance, if the source directory is <filename class="directory">~/src/kdesdk</filename> and the build directory is <filename class="directory">~/src/kdesdk-obj</filename>, then <envar>OBJ_REPLACEMENT</envar> should be set to <paramater>s#kdesdk#kdesdk-obj#</parameter>.</para></listitem> </varlistentry> </variablelist>