Просмотр исходного кода

Clarify dep_* must be before include erlang.mk

Loïc Hoguin 10 лет назад
Родитель
Сommit
38701acced
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -82,7 +82,8 @@ put the project information directly in the Makefile.
 In the latter case you need to create a variable `dep_*` with the
 In the latter case you need to create a variable `dep_*` with the
 asterisk replaced by the project name, for example `cowboy`. This
 asterisk replaced by the project name, for example `cowboy`. This
 variable must contain three things: the fetching method used, the
 variable must contain three things: the fetching method used, the
-URL and the version requested.
+URL and the version requested. These lines must be defined before
+the erlang.mk include line.
 
 
 The following snippet overrides the Cowboy version required:
 The following snippet overrides the Cowboy version required: