summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2020-03-23 14:30:16 +0100
committerLukas Larsson <lukas@erlang.org>2020-03-27 11:02:23 +0100
commit8eabc7849d5eda55e4d2e913db38b93132ad46de (patch)
tree1656b099279eb5de488ac01a12b34d1f22478a89 /Makefile.in
parentd10631b54cb06bcf24f7ae6726e1234ac535d2a6 (diff)
downloaderlang-8eabc7849d5eda55e4d2e913db38b93132ad46de.tar.gz
docgen: Fix jinterface link validation
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 52a997280a..938563bd2e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -451,8 +451,6 @@ ifneq ($(OTP_SMALL_BUILD),true)
endif
xmllint: docs
- $(DOCGEN)/priv/bin/validate_links.escript $(ERL_TOP) make/$(TARGET)/mod2app.xml \
- lib/*/doc/xml/*.xml erts/doc/xml/*.xml system/doc/xml/*/*.xml
PATH=$(BOOT_PREFIX)"$${PATH}" ERL_TOP=$(ERL_TOP) \
$(MAKE) -C erts/ $@
ifeq ($(OTP_SMALL_BUILD),true)
@@ -464,6 +462,8 @@ else
PATH=$(BOOT_PREFIX)"$${PATH}" ERL_TOP=$(ERL_TOP) \
$(MAKE) -C system/doc $@
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