Veraltetes Buildsystem in install-compile.docbook

Burkhard Lück lueck at hube-lueck.de
Thu Nov 15 17:45:09 CET 2007


Hallo,

für die KDE4-Dokumentation wird in install-compile.docbook immer noch 
autoconf/automake statt cmake erwähnt.

Ich möchte das so ändern:

kdedev at rebutia:~/svn$ svn diff kdelibs/kdoctools/customization/
Index: kdelibs/kdoctools/customization/de/entities/install-compile.docbook
===================================================================
--- kdelibs/kdoctools/customization/de/entities/install-compile.docbook 
(Revision 736899)
+++ kdelibs/kdoctools/customization/de/entities/install-compile.docbook 
(Arbeitskopie)
@@ -2,13 +2,12 @@
 installieren, geben Sie folgende Befehle im Hauptordner der
 Programm-Quellen von &kappname; ein: </para>

-<screen><prompt>%</prompt> 
<userinput><command>./configure</command></userinput>
+<screen><prompt>%</prompt> <userinput><command>cmake</command></userinput>
 <prompt>%</prompt> <userinput><command>make</command></userinput>
 <prompt>%</prompt> <userinput><command>make</command> install</userinput>
 </screen>

-<para>Da &kappname; <command>autoconf</command> und
-<command>automake</command> benutzt, sollte es dabei keine
+<para>Da &kappname; <command>cmake</command> benutzt, sollte es dabei keine
 Schwierigkeiten geben. Sollten dennoch Probleme auftauchen, wenden Sie
 sich bitte an die &kde;-Mailinglisten.</para>

Index: kdelibs/kdoctools/customization/en/entities/install-compile.docbook
===================================================================
--- kdelibs/kdoctools/customization/en/entities/install-compile.docbook 
(Revision 736899)
+++ kdelibs/kdoctools/customization/en/entities/install-compile.docbook 
(Arbeitskopie)
@@ -1,12 +1,12 @@
 <para>In order to compile and install &kappname; on your system, type the
 following in the base directory of the &kappname; distribution:</para>

-<screen><prompt>%</prompt> 
<userinput><command>./configure</command></userinput>
+<screen><prompt>%</prompt> <userinput><command>cmake</command></userinput>
 <prompt>%</prompt> <userinput><command>make</command></userinput>
 <prompt>%</prompt> <userinput><command>make</command> install</userinput>
 </screen>

-<para>Since &kappname; uses <command>autoconf</command> and
-<command>automake</command> you should have no trouble compiling it. Should 
you
-run into problems please report them to the &kde; mailing lists.</para>
+<para>Since &kappname; uses <command>cmake</command> you should have no 
trouble
+compiling it. Should you run into problems please report them to the &kde;
+mailing lists.</para>

Einwände?

Burkhard Lück


More information about the kde-i18n-de mailing list