Commit f6bb1422 authored by Astrid Kessler's avatar Astrid Kessler
Browse files

update transformation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178796 13f79535-47bb-0310-9956-ffa450edef68
parent 67c28e26
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@
<a href="./ja/install.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="./ko/install.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">Diese bersetzung ist mglicherweise
            nicht mehr aktuell. Bitte prfen Sie die englische Version auf
            die neuesten nderungen.</div>

    <p>Dieses Dokument umfat nur die Kompilierung und Installation des
    Apache auf Unix und Unix-hnlichen Systemen. Fr die
+9 −8
Original line number Diff line number Diff line
@@ -345,14 +345,15 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
    work.  (This is only valid for versions after 2.0.41; earlier
    versions have incompatible changes.)</p>

    <p>If you kept the source tree from your last installation,
    upgrading is even easier.  The file <code>config.nice</code> in
    the root of the old source tree contains the exact
    <code class="program"><a href="./programs/configure.html">configure</a></code> command line that you used to configure the
    source tree.  Then to upgrade from one version to the next, you
    need only copy the <code>config.nice</code> file to the source
    tree of the new version, edit it to make any desired changes, and
    then run:</p>
    <p>To upgrade across minor versions, start by finding the file
    <code>config.nice</code> in the <code>build</code> directory of
    your installed server or at the root of the source tree for your
    old install.  This will contain the exact
    <code class="program"><a href="./programs/configure.html">configure</a></code> command line that you used to
    configure the source tree.  Then to upgrade from one version to
    the next, you need only copy the <code>config.nice</code> file to
    the source tree of the new version, edit it to make any desired
    changes, and then run:</p>

    <div class="example"><p><code>
    $ ./config.nice<br />
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@
<a href="./ja/install.html" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="./ko/install.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">This translation may be out of date. Check the
            English version for recent changes.</div>


    <p>この文書で扱う範囲は、Unix や Unix に類似したシステムでの
+1 −1
Original line number Diff line number Diff line
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
<!-- English Revision: 151408 -->
<!-- English Revision: 151408:178520 (outdated) -->

<!--
 Copyright 2002-2005 The Apache Software Foundation or its licensors,
+1 −1
Original line number Diff line number Diff line
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
<!-- English Revision: 105989:151408 (outdated) -->
<!-- English Revision: 105989:178520 (outdated) -->

<!--
 Copyright 2004-2005 The Apache Software Foundation or its licensors,
Loading