make docs: Force a dependency to `edoc`

In newer Erlang.mk, `edoc` is added as a dependency to `docs` only if
`doc/overview.edoc` exists. However in our Makefile, this file is
generated. Therefore, at the time the Makefile is evaluated, this file
is missing and `edoc` is not added as a dependency to `docs`.

To workaround this, we explicitely add this dependency.
This commit is contained in:
Jean-Sébastien Pédron 2016-03-31 17:35:31 +02:00
parent 42c11ec754
commit c39f47028b
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ include erlang.mk
distribution: docs source-dist package
docs:: edoc
edoc: doc/overview.edoc
doc/overview.edoc: src/overview.edoc.in