diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 12:07:00 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 12:07:00 -0500 |
commit | 7e28a2cd0e6663c45848f47fff28365466a5dc87 (patch) | |
tree | 209945aba21ff70b29785f8efa1c0c033661fcb3 /doc | |
parent | f004a6bb5a6166320dcb72335f66c6c608acb981 (diff) | |
download | tdevelop-7e28a2cd0e6663c45848f47fff28365466a5dc87.tar.gz tdevelop-7e28a2cd0e6663c45848f47fff28365466a5dc87.zip |
Update HTML install path references.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tdevelop/setup.docbook | 4 | ||||
-rw-r--r-- | doc/tdevelop/tdevelop-install.docbook | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/tdevelop/setup.docbook b/doc/tdevelop/setup.docbook index 6f8577e3..366f25a7 100644 --- a/doc/tdevelop/setup.docbook +++ b/doc/tdevelop/setup.docbook @@ -1600,7 +1600,7 @@ In short, such an &API; documents the interface to certain library functions. Th There are some structural constraints assumed when searching for &doxygen; generated &API; documentation. The directory in which the <filename>index.html</filename> file resides should contain subdirectories with separate documentation collections. Each of these subdirectories is assumed to contain a <filename>.tag</filename> file and a <filename class="directory">html/</filename> subdirectory. </para> <para> -You may have a look at <filename class="directory">$<envar>TDEDIR</envar>/share/doc/HTML/en/tdelibs-apidocs</filename> for an example of such a &doxygen; &API; documentation layout. +You may have a look at <filename class="directory">$<envar>TDEDIR</envar>/share/doc/tde/HTML/en/tdelibs-apidocs</filename> for an example of such a &doxygen; &API; documentation layout. </para> <note><para> @@ -1621,7 +1621,7 @@ The older &kde; <ulink url="http://sirtaj.net/projects/kdoc/">KDoc</ulink> gener Or the <command>configure</command> command did automatically find a &doxygen; generated &kde; Libraries &API; in one of several standard locations it knows of. </para></listitem> <listitem><para> - Or as a last resort the <filename class="directory">$<envar>TDEDIR</envar>/share/doc/HTML/en/tdelibs-apidocs/</filename> was found at the first &tdevelop; startup. + Or as a last resort the <filename class="directory">$<envar>TDEDIR</envar>/share/doc/tde/HTML/en/tdelibs-apidocs/</filename> was found at the first &tdevelop; startup. </para></listitem> </itemizedlist> diff --git a/doc/tdevelop/tdevelop-install.docbook b/doc/tdevelop/tdevelop-install.docbook index 94b42ac0..05f6ef5a 100644 --- a/doc/tdevelop/tdevelop-install.docbook +++ b/doc/tdevelop/tdevelop-install.docbook @@ -539,7 +539,7 @@ If you want to build your own <link linkend="make-api">API documentation</link> </para> <informalexample><simplelist> <member><prompt>~/trinitysrc/tdevelop> </prompt> - <userinput>./configure --</userinput>(options-as-above) <userinput>\</userinput></member> <member><userinput>--with-tdelibsdoxy-dir=$TDEDIR/share/doc/HTML/en/tdelibs-apidocs</userinput></member> + <userinput>./configure --</userinput>(options-as-above) <userinput>\</userinput></member> <member><userinput>--with-tdelibsdoxy-dir=$TDEDIR/share/doc/tde/HTML/en/tdelibs-apidocs</userinput></member> </simplelist></informalexample> </note> </listitem> @@ -711,7 +711,7 @@ Alas, this version is best used read-only over the internet. If you do not alway <userinput>./configure --</userinput>(options-as-usual)<userinput> \</userinput> </member> <member> - <userinput>--with-tdelibsdoxy-dir=$TDEDIR/share/doc/HTML/en/tdelibs-apidocs</userinput> + <userinput>--with-tdelibsdoxy-dir=$TDEDIR/share/doc/tde/HTML/en/tdelibs-apidocs</userinput> </member> </simplelist></informalexample> |