aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-05 16:14:23 +0200
committerLoïc Hoguin <[email protected]>2023-05-05 16:16:31 +0200
commitec5d5db8feb8c797ddaaf5e4d1afbae31eda461e (patch)
treeacc4228046f0f348b1941723d72d058656ee58f8 /doc
parent2f5e90da5156a54275f30b6b4a4051774adea3da (diff)
downloaderlang.mk-ec5d5db8feb8c797ddaaf5e4d1afbae31eda461e.tar.gz
erlang.mk-ec5d5db8feb8c797ddaaf5e4d1afbae31eda461e.tar.bz2
erlang.mk-ec5d5db8feb8c797ddaaf5e4d1afbae31eda461e.zip
Deps: Add a project-specific patch for hut
Hut has both a Makefile and erlang.mk but the default target does not build the project. To fix a few packages we have a special patch HUT_PATCH that will call the appropriate target.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/deps.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/guide/deps.asciidoc b/doc/src/guide/deps.asciidoc
index a6b50f8..3f0f77c 100644
--- a/doc/src/guide/deps.asciidoc
+++ b/doc/src/guide/deps.asciidoc
@@ -559,8 +559,8 @@ performed:
* Run autopatch on the project
Autopatch first checks if there is any project-specific patch
-enabled. There is currently one: `ELIXIR_PATCH` for the `elixir`
-dependency.
+enabled. There are currently two: `ELIXIR_PATCH` for the `elixir`
+dependency and `HUT_PATCH` for the `hut` dependency.
Otherwise, autopatch performs different operations depending
on the kind of project it finds the dependency to be.