diff options
author | Lukas Larsson <[email protected]> | 2018-07-16 16:43:06 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-07-16 16:43:06 +0200 |
commit | be69b6295cfd80db2a0a68b3d0b85c32fe18efe0 (patch) | |
tree | 649185847dafe67f064eb8f5403cf52886e3f128 /system/doc/tutorial/Makefile | |
parent | 9f3426df630f50c30004c35f7c70e34baa381092 (diff) | |
parent | 7b7b25369511f6dd6536e6d706814b2c66b1eb9e (diff) | |
download | otp-be69b6295cfd80db2a0a68b3d0b85c32fe18efe0.tar.gz otp-be69b6295cfd80db2a0a68b3d0b85c32fe18efe0.tar.bz2 otp-be69b6295cfd80db2a0a68b3d0b85c32fe18efe0.zip |
Merge branch 'maint'
Diffstat (limited to 'system/doc/tutorial/Makefile')
-rw-r--r-- | system/doc/tutorial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/doc/tutorial/Makefile b/system/doc/tutorial/Makefile index 70aba663b5..5867096fc8 100644 --- a/system/doc/tutorial/Makefile +++ b/system/doc/tutorial/Makefile @@ -110,6 +110,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 *~ |