aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-07-16 16:42:34 +0200
committerLukas Larsson <[email protected]>2018-07-16 16:42:34 +0200
commit7b7b25369511f6dd6536e6d706814b2c66b1eb9e (patch)
tree79d9d1f1eb43cb4e66baeaf94137ce1db71a4550 /erts
parent212e8b4caa9968d50f0701ce70aa0ebe5b25f1a6 (diff)
parentb453f67879df577fcf5b0eb6062ec444b0c43958 (diff)
downloadotp-7b7b25369511f6dd6536e6d706814b2c66b1eb9e.tar.gz
otp-7b7b25369511f6dd6536e6d706814b2c66b1eb9e.tar.bz2
otp-7b7b25369511f6dd6536e6d706814b2c66b1eb9e.zip
Merge branch 'lukas/clean_doc_xmldir/OTP-15190' into maint
* lukas/clean_doc_xmldir/OTP-15190: docs: make clean all XMLDIR
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/doc/src/Makefile b/erts/doc/src/Makefile
index 3cc29e14b1..21aa3db864 100644
--- a/erts/doc/src/Makefile
+++ b/erts/doc/src/Makefile
@@ -149,6 +149,7 @@ debug opt:
clean:
rm -rf $(HTMLDIR)/*
+ rm -rf $(XMLDIR)
rm -f $(MAN1DIR)/*
rm -f $(MAN3DIR)/*
rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo)