aboutsummaryrefslogtreecommitdiffstats
path: root/erts/Makefile
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-11-20 10:15:24 +0100
committerLukas Larsson <[email protected]>2017-11-20 10:15:24 +0100
commitc08edb85c05f77c0c8c3b99361dfd373d24fccb5 (patch)
tree24b5a44417f651425dd55af90916f572f39b7ee5 /erts/Makefile
parent7118c06ee07296337d4348289abc686617e577e9 (diff)
parentf977d258d3e69da8ce0549f0a7bc3d8d9ccf82a6 (diff)
downloadotp-c08edb85c05f77c0c8c3b99361dfd373d24fccb5.tar.gz
otp-c08edb85c05f77c0c8c3b99361dfd373d24fccb5.tar.bz2
otp-c08edb85c05f77c0c8c3b99361dfd373d24fccb5.zip
Merge branch 'maint'
Diffstat (limited to 'erts/Makefile')
-rw-r--r--erts/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/Makefile b/erts/Makefile
index 0393ccc759..60c70b6a2c 100644
--- a/erts/Makefile
+++ b/erts/Makefile
@@ -145,3 +145,7 @@ release:
.PHONY: release_docs
release_docs:
$(V_at)( cd doc/src && $(MAKE) $@ )
+
+.PHONY: xmllint
+xmllint:
+ $(MAKE) -C doc/src $@