Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/alchemy.html
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ <h4><code>LOCAL_AUTOTOOLS_CMD_POST_UNPACK</code>, <code>LOCAL_AUTOTOOLS_CMD_POST

<h3>CMake modules</h3>

<p>This class of modules if for the compilation of packages that use <code>cmake</code>.
<p>This class of modules is for the compilation of packages that use <code>cmake</code>.
<code>Alchemy</code> provides internally everything needed for the compilation, in
particular a toolchain file.</p>

Expand Down Expand Up @@ -1331,7 +1331,7 @@ <h4>Custom commands</h4>

<h3>QMake modules</h3>

<p>This class of modules if for the compilation of packages that use <code>qt</code> and
<p>This class of modules is for the compilation of packages that use <code>qt</code> and
<code>qmake</code>. <code>Alchemy</code> provides internally everything needed for the compilation,
in particular a <code>alchemy.pri</code> file to be included in your <code>.pro</code> to get all
dependencies from atom.mk (include paths, libraries...).</p>
Expand Down
4 changes: 2 additions & 2 deletions doc/alchemy.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ Some variables containing generic content can also be used :

### CMake modules

This class of modules if for the compilation of packages that use `cmake`.
This class of modules is for the compilation of packages that use `cmake`.
`Alchemy` provides internally everything needed for the compilation, in
particular a toolchain file.

Expand All @@ -1234,7 +1234,7 @@ not a `:=` definition.

### QMake modules

This class of modules if for the compilation of packages that use `qt` and
This class of modules is for the compilation of packages that use `qt` and
`qmake`. `Alchemy` provides internally everything needed for the compilation,
in particular a `alchemy.pri` file to be included in your `.pro` to get all
dependencies from atom.mk (include paths, libraries...).
Expand Down