1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-06-16 09:10:51 -07:00

Fix sections.

This commit is contained in:
Cedric Beust 2017-04-06 10:34:21 -07:00
parent 4248eab785
commit 45716813ce

View file

@ -478,7 +478,7 @@ assemble {
ways to use <code>install</code>. ways to use <code>install</code>.
</p> </p>
<h3 class="section" id="install-target" indent="1">Bulk install</h3> <h3 class="section" indent="2" id="install-target" indent="1">Bulk install</h3>
<p> <p>
The simplest way to install is either not specify anything in the <code>install</code> directive or an optional The simplest way to install is either not specify anything in the <code>install</code> directive or an optional
@ -489,13 +489,13 @@ assemble {
target = "libs" target = "libs"
} }
</pre> </pre>
<p> <p>
With this approach, everything that was generated in <code>kobaltBuild/libs</code> gets copied to this With this approach, everything that was generated in <code>kobaltBuild/libs</code> gets copied to this
target directory. target directory.
</p> </p>
<h3 class="section" id="install-include" indent="1">Fine grained install</h3> <h3 class="section" indent="2" id="install-include" indent="1">Fine grained install</h3>
<p> <p>
You can also be more selective in what you install with either the <code>copy</code> directive to copy You can also be more selective in what you install with either the <code>copy</code> directive to copy
individual files or with <code>include</code>, which lets you specify more sophisticated ways of moving individual files or with <code>include</code>, which lets you specify more sophisticated ways of moving