diff options
author | Lukas Larsson <[email protected]> | 2018-07-16 16:42:34 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-07-16 16:42:34 +0200 |
commit | 7b7b25369511f6dd6536e6d706814b2c66b1eb9e (patch) | |
tree | 79d9d1f1eb43cb4e66baeaf94137ce1db71a4550 /system/doc/system_architecture_intro/Makefile | |
parent | 212e8b4caa9968d50f0701ce70aa0ebe5b25f1a6 (diff) | |
parent | b453f67879df577fcf5b0eb6062ec444b0c43958 (diff) | |
download | otp-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 'system/doc/system_architecture_intro/Makefile')
-rw-r--r-- | system/doc/system_architecture_intro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/doc/system_architecture_intro/Makefile b/system/doc/system_architecture_intro/Makefile index ebfcc3a1c8..eb885a744d 100644 --- a/system/doc/system_architecture_intro/Makefile +++ b/system/doc/system_architecture_intro/Makefile @@ -81,6 +81,7 @@ debug opt: clean clean_docs: rm -rf $(HTMLDIR) + rm -rf $(XMLDIR) rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo) rm -f errs core *~ |