diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:52:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:52:50 -0600 |
commit | 4123be718760f8cbfc7ba7100bd0177575946fbf (patch) | |
tree | 651706f1048dbd8dd7b5fa757e111da22c5f292c /doc/scripts/man-create_makefiles.1.docbook | |
parent | b49dd7506883d2c41563bca9398959863e919b35 (diff) | |
download | tdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.tar.gz tdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.zip |
Additional renaming of kde to tde
Diffstat (limited to 'doc/scripts/man-create_makefiles.1.docbook')
-rw-r--r-- | doc/scripts/man-create_makefiles.1.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scripts/man-create_makefiles.1.docbook b/doc/scripts/man-create_makefiles.1.docbook index edc11159..e9ee67df 100644 --- a/doc/scripts/man-create_makefiles.1.docbook +++ b/doc/scripts/man-create_makefiles.1.docbook @@ -60,11 +60,11 @@ simpler variable <envar>OBJ_SUBDIR</envar> should be used. </para> <variablelist> <varlistentry> <term><envar>OBJ_SUBJDIR</envar></term> -<listitem><para>Indicates that the build directory is in the given subdirectory of the source directory. For instance, if the source directory is <filename class="directory">kdesdk</filename> and the build directory is <filename class="directory">kdesdk/obj-i386-linux</filename>, then <envar>OBJ_SUBDIR</envar> should be set to <parameter>obj-i386-linux</parameter>.</para></listitem> +<listitem><para>Indicates that the build directory is in the given subdirectory of the source directory. For instance, if the source directory is <filename class="directory">tdesdk</filename> and the build directory is <filename class="directory">tdesdk/obj-i386-linux</filename>, then <envar>OBJ_SUBDIR</envar> should be set to <parameter>obj-i386-linux</parameter>.</para></listitem> </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><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">tdesdk/obj-i386-linux</filename>, then <envar>OBJ_REPLACEMENT</envar> should be set to <parameter>s#tdesdk#tdesdk-obj#</parameter>.</para> </listitem> </varlistentry> </variablelist> |