diff options
Diffstat (limited to 'tde-i18n-en_GB/docs/kdebase/kdm')
-rw-r--r-- | tde-i18n-en_GB/docs/kdebase/kdm/Makefile.in | 20 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/kdebase/kdm/index.docbook | 16 |
2 files changed, 18 insertions, 18 deletions
diff --git a/tde-i18n-en_GB/docs/kdebase/kdm/Makefile.in b/tde-i18n-en_GB/docs/kdebase/kdm/Makefile.in index 1b9e0c2eacc..eea41964b53 100644 --- a/tde-i18n-en_GB/docs/kdebase/kdm/Makefile.in +++ b/tde-i18n-en_GB/docs/kdebase/kdm/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = docs/kdebase/kdm +subdir = docs/tdebase/kdm DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kdm/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kdm/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu docs/kdebase/kdm/Makefile +#>- $(AUTOMAKE) --gnu docs/tdebase/kdm/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kdm/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kdm/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/kdm/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/kdm/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/kdm/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/kdm/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -582,10 +582,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdebase/kdm/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdebase/kdm/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu docs/kdebase/kdm/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdebase/kdm/Makefile.in + $(AUTOMAKE) --gnu docs/tdebase/kdm/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdebase/kdm/Makefile.in #>+ 21 diff --git a/tde-i18n-en_GB/docs/kdebase/kdm/index.docbook b/tde-i18n-en_GB/docs/kdebase/kdm/index.docbook index f9cb886ecf9..8b588360bc8 100644 --- a/tde-i18n-en_GB/docs/kdebase/kdm/index.docbook +++ b/tde-i18n-en_GB/docs/kdebase/kdm/index.docbook @@ -2,7 +2,7 @@ <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!ENTITY kappname "&kdm;"> - <!ENTITY package "kdebase"> + <!ENTITY package "tdebase"> <!ENTITY kdmrc "<filename >kdmrc</filename >"> @@ -175,7 +175,7 @@ >For &kde; you should enter:</para> <screen ><userinput ->startkde</userinput +>starttde</userinput ></screen> <para >For other window managers or desktop environments, you should look in their documentation for the correct command.</para> @@ -1517,11 +1517,11 @@ case $# in case $1 in kde) source /opt/kde2/bin/kde1 - exec startkde + exec starttde ;; kde2) source /opt/kde2/bin/kde2 - exec startkde + exec starttde ;; failsafe) exec xterm -geometry 80x24-0-0 @@ -1593,7 +1593,7 @@ windowmgr=${1:-$defaultwm} #start the respective window managers case ${windowmgr} in kde|kwm|kdestart) - WINDOWMANAGER=startkde + WINDOWMANAGER=starttde ;; fvwm|fvwm2) WINDOWMANAGER=fvwm2 @@ -1742,12 +1742,12 @@ exec $WINDOWMANAGER >Building and Installing kdm</title> <para ->&kdm; is part of the KDE project. The various component parts of the KDE project are broken into sections, called packages. &kdm; is part of the package called kdebase. You can get KDE source code from various Linux and BSD distribution CDs, or by download from <ulink url="http://www.kde.org" +>&kdm; is part of the KDE project. The various component parts of the KDE project are broken into sections, called packages. &kdm; is part of the package called tdebase. You can get KDE source code from various Linux and BSD distribution CDs, or by download from <ulink url="http://www.kde.org" >www.kde.org</ulink > or its mirrors. If you have an out-of-date source code tree, you can use one of the KDE cvsup servers to bring it up-to-date whilst using minimal network bandwidth. </para> <para ->Before building kdebase, you must have built and installed (in this order) version 2 of the qt library and the KDE packages kdesupport (optionally) and kdelibs.</para> +>Before building tdebase, you must have built and installed (in this order) version 2 of the qt library and the KDE packages tdesupport (optionally) and tdelibs.</para> <para >In order to build any of the above, you must already have the X Window System installed, together with a C++ compiler. If are you building from CVS you will also need the GNU configuration tools <application @@ -1760,7 +1760,7 @@ exec $WINDOWMANAGER >If the last few paragraphs seemed like a foreign language, then either you have strayed into an Inappropriate Area of this handbook, or you are about to undergo a Great Learning Experience.</para> <para ->If you managed to satisfy all of the prerequisites, you are unlikely to have any problems with building and installing kdebase. &kdm; is installed in your <filename +>If you managed to satisfy all of the prerequisites, you are unlikely to have any problems with building and installing tdebase. &kdm; is installed in your <filename >$KDEDIR/bin</filename > folder.</para> |