summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-13 08:59:54 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-13 08:59:54 +0200
commitc6e39fdd131fd482b42f2c278c3c7acc5c44ec91 (patch)
tree764384b9e52c14048108380b81076396a0723a27 /installed-files.html
parentUpdate wrt deprecated eclasses (diff)
downloadpolicy-guide-c6e39fdd131fd482b42f2c278c3c7acc5c44ec91.tar.gz
policy-guide-c6e39fdd131fd482b42f2c278c3c7acc5c44ec91.tar.bz2
policy-guide-c6e39fdd131fd482b42f2c278c3c7acc5c44ec91.zip
Update
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'installed-files.html')
-rw-r--r--installed-files.html4
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">&quot;$</span><span class="si">{ED}</span><span class="s2">&quot;</span> <span class="o">-</span><span class="n">name</span> <span class="s1">&#39;*.la&#39;</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">&quot;$</span><span class="si">{ED}</span><span class="s2">&quot;</span> <span class="o">-</span><span class="n">name</span> <span class="s1">&#39;*.la&#39;</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> &amp; <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> &amp; <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>