diff options
Diffstat (limited to 'installed-files.html')
-rw-r--r-- | installed-files.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installed-files.html b/installed-files.html index 1f7588f..53a3495 100644 --- a/installed-files.html +++ b/installed-files.html @@ -214,7 +214,7 @@ dependencies and no pkg-config files or other tools that provide the list of dependencies to build systems.</p></li> </ol> <p>It is recommended to use the following one-liner to remove .la files:</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">find</span> <span class="s2">"$</span><span class="si">{ED}</span><span class="s2">"</span> <span class="o">-</span><span class="n">name</span> <span class="s1">'*.la'</span> <span class="o">-</span><span class="n">remove</span> <span class="o">||</span> <span class="n">die</span> +<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">find</span> <span class="s2">"$</span><span class="si">{ED}</span><span class="s2">"</span> <span class="o">-</span><span class="n">name</span> <span class="s1">'*.la'</span> <span class="o">-</span><span class="n">delete</span> <span class="o">||</span> <span class="n">die</span> </pre></div> </div> <p><em>Rationale</em>: libtool files were historically introduced as an attempt @@ -307,7 +307,7 @@ unnecessary and potentially harmful.</p> <h3 class="footerhead">Gentoo Policy Guide </h3> <div class="row"> <div class="col-xs-12 col-md-4"> - <span class="kk-group-header">Powered by</span><br><span><a href="http://sphinx-doc.org/">Sphinx 2.4.3</a> & <a href="https://github.com/mmagorsc/tyrian_sphinx_theme">Tyrian Theme 0.0.7</a></span> + <span class="kk-group-header">Powered by</span><br><span><a href="http://sphinx-doc.org/">Sphinx 3.2.1</a> & <a href="https://github.com/mmagorsc/tyrian_sphinx_theme">Tyrian Theme 0.0.7</a></span> </div> <div class="col-xs-12 col-md-4"> </div> |