summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2021-10-08 09:21:12 +0200
committerLukas Larsson <lukas@erlang.org>2021-10-08 09:21:12 +0200
commit0e414e31cf4917a9d726485ab0070c7fd24645b8 (patch)
treeb2b92f91c325edf367876a73deb4e29a20c68fb1 /Makefile.in
parent818bfab3463cf5f289a4d7be5a77667d673207d8 (diff)
parentd3067884dd1c1e62aeef482c55e20195bcc970d3 (diff)
downloaderlang-0e414e31cf4917a9d726485ab0070c7fd24645b8.tar.gz
Merge branch 'maint'
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f96ae5ee1c..a7849b8a8c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -451,7 +451,7 @@ endif
$(DOCGEN)/priv/bin/validate_links.escript $(ERL_TOP) make/$(TARGET)/mod2app.xml \
lib/*/doc/xml/*.xml erts/doc/xml/*.xml system/doc/xml/*/*.xml
-mod2app: $(ERL_TOP)/make/$(TARGET)/mod2app.xml
+mod2app: doc_bootstrap_build doc_bootstrap_copy $(ERL_TOP)/make/$(TARGET)/mod2app.xml
$(ERL_TOP)/make/$(TARGET)/mod2app.xml: erts/doc/src/Makefile lib/*/doc/src/Makefile
PATH=$(BOOT_PREFIX)"$${PATH}" escript $(BOOTSTRAP_ROOT)/bootstrap/lib/erl_docgen/priv/bin/xref_mod_app.escript -topdir $(ERL_TOP) -outfile $(ERL_TOP)/make/$(TARGET)/mod2app.xml