aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2013-01-18 13:29:03 +0100
committerLars Thorsen <[email protected]>2013-01-21 14:20:23 +0100
commitfdd89ea15130484cb29c27b18b22c8835108f20f (patch)
treea861d3632bd29106f9f2fe2f7dcd0f2de7ee8020 /make
parent0126d85216b4d99d2f0679c9524bc09b971d06a7 (diff)
downloadotp-fdd89ea15130484cb29c27b18b22c8835108f20f.tar.gz
otp-fdd89ea15130484cb29c27b18b22c8835108f20f.tar.bz2
otp-fdd89ea15130484cb29c27b18b22c8835108f20f.zip
[erl_docgen] Fix include path to xmllint
Diffstat (limited to 'make')
-rw-r--r--make/otp_release_targets.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/otp_release_targets.mk b/make/otp_release_targets.mk
index 3ad529685b..65a2e62979 100644
--- a/make/otp_release_targets.mk
+++ b/make/otp_release_targets.mk
@@ -107,7 +107,7 @@ $(HTMLDIR)/$(APPLICATION).eix: $(XML_FILES) $(SPECS_FILES)
docs: $(HTMLDIR)/$(APPLICATION).eix
xmllint: $(XML_FILES)
- $(XMLLINT) --noout --valid --nodefdtd --loaddtd --path $(DOCGEN)/priv/dtd:$(DOCGEN)/dtd_html_entities $(XML_FILES)
+ $(XMLLINT) --noout --valid --nodefdtd --loaddtd --path $(DOCGEN)/priv/dtd:$(DOCGEN)/priv/dtd_html_entities $(XML_FILES)
# ----------------------------------------------------
# Local documentation target for testing