aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-10-23 13:08:17 +0200
committerLukas Larsson <[email protected]>2017-10-31 13:46:05 +0100
commit1a1fe80bb3b3bfc6705d4a581f109d0a8e5a8c2e (patch)
treeadcba75241e7cc9ca2fe4ac4828b714546545e60 /Makefile.in
parent202d62c473e00fd066a70c85ba1d5c26ef2607a1 (diff)
downloadotp-1a1fe80bb3b3bfc6705d4a581f109d0a8e5a8c2e.tar.gz
otp-1a1fe80bb3b3bfc6705d4a581f109d0a8e5a8c2e.tar.bz2
otp-1a1fe80bb3b3bfc6705d4a581f109d0a8e5a8c2e.zip
Add toplevel xmllint make target
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6b5ce8c53f..3dce72ba78 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -427,6 +427,18 @@ ifneq ($(OTP_SMALL_BUILD),true)
echo "OTP doc built" > $(ERL_TOP)/make/otp_doc_built
endif
+xmllint: docs
+ PATH=$(BOOT_PREFIX)"$${PATH}" ERL_TOP=$(ERL_TOP) \
+ $(MAKE) -C erts/ $@
+ifeq ($(OTP_SMALL_BUILD),true)
+ PATH=$(BOOT_PREFIX)"$${PATH}" ERL_TOP=$(ERL_TOP) \
+ $(MAKE) -C lib/ $@
+else
+ PATH=$(BOOT_PREFIX)"$${PATH}" ERL_TOP=$(ERL_TOP) \
+ $(MAKE) BUILD_ALL=1 -C lib/ $@
+ PATH=$(BOOT_PREFIX)"$${PATH}" ERL_TOP=$(ERL_TOP) \
+ $(MAKE) -C system/doc $@
+endif
mod2app:
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