doc: apply make format

This commit is contained in:
Jörg Thalheim 2018-10-26 11:13:54 +01:00
parent 7f80fb2db4
commit 764d165f43
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
2 changed files with 9 additions and 9 deletions

View File

@ -12,8 +12,8 @@
<para> <para>
Some extensions (plugins) might require OCaml and sometimes other OCaml Some extensions (plugins) might require OCaml and sometimes other OCaml
packages. The <literal>coq.ocamlPackages</literal> attribute can be used packages. The <literal>coq.ocamlPackages</literal> attribute can be used to
to depend on the same package set Coq was built against. depend on the same package set Coq was built against.
</para> </para>
<para> <para>

View File

@ -2099,13 +2099,13 @@ someVar=$(stripHash $name)
</para> </para>
<para> <para>
In order to alleviate this burden, the <firstterm>setup In order to alleviate this burden, the <firstterm>setup hook</firstterm>
hook</firstterm> mechanism was written, where any package can include a mechanism was written, where any package can include a shell script that [by
shell script that [by convention rather than enforcement by Nix], any convention rather than enforcement by Nix], any downstream
downstream reverse-dependency will source as part of its build process. That reverse-dependency will source as part of its build process. That allows the
allows the downstream dependency to merely specify its dependencies, and downstream dependency to merely specify its dependencies, and lets those
lets those dependencies effectively initialize themselves. No boilerplate dependencies effectively initialize themselves. No boilerplate mirroring the
mirroring the list of dependencies is needed. list of dependencies is needed.
</para> </para>
<para> <para>