summaryrefslogtreecommitdiffstats
path: root/doc/scripts/man-create_makefile.1.docbook
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:50 -0600
commit4123be718760f8cbfc7ba7100bd0177575946fbf (patch)
tree651706f1048dbd8dd7b5fa757e111da22c5f292c /doc/scripts/man-create_makefile.1.docbook
parentb49dd7506883d2c41563bca9398959863e919b35 (diff)
downloadtdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.tar.gz
tdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.zip
Additional renaming of kde to tde
Diffstat (limited to 'doc/scripts/man-create_makefile.1.docbook')
-rw-r--r--doc/scripts/man-create_makefile.1.docbook4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scripts/man-create_makefile.1.docbook b/doc/scripts/man-create_makefile.1.docbook
index 553e2512..ffcfa342 100644
--- a/doc/scripts/man-create_makefile.1.docbook
+++ b/doc/scripts/man-create_makefile.1.docbook
@@ -66,11 +66,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>