Bug 138877 - kdesdk/scripts_man-create-makefile.1 gives wrong/broken description
Summary: kdesdk/scripts_man-create-makefile.1 gives wrong/broken description
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: Corrections (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-16 13:18 UTC by Stephan Johach
Modified: 2008-05-17 06:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Johach 2006-12-16 13:18:58 UTC
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?
Comment 1 Rich Johnson 2008-05-17 06:06:29 UTC
*** 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>