| Summary: | kdesdk/scripts_man-create-makefile.1 gives wrong/broken description | ||
|---|---|---|---|
| Product: | [Websites] docs.kde.org | Reporter: | Stephan Johach <lucardus> |
| Component: | Corrections | Assignee: | Documentation Editorial Team <kde-doc-english> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Stephan Johach
2006-12-16 13:18:58 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> |