diff options
author | Lukas Larsson <[email protected]> | 2018-07-07 11:33:54 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-04-04 12:30:20 +0200 |
commit | fa9e189d90a35f2ce4b7fc145c994828f34b3548 (patch) | |
tree | 8031ef661e551a2e4e557f3401b6a857293e7fa9 /system | |
parent | 0a8bb0bc0a33ddd100278f35460cdfaffa7c15ae (diff) | |
download | otp-fa9e189d90a35f2ce4b7fc145c994828f34b3548.tar.gz otp-fa9e189d90a35f2ce4b7fc145c994828f34b3548.tar.bz2 otp-fa9e189d90a35f2ce4b7fc145c994828f34b3548.zip |
erl_docgen: Add new internal docs chapter to docs
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/installation_guide/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/doc/installation_guide/Makefile b/system/doc/installation_guide/Makefile index 38252757d6..c5234c1c9a 100644 --- a/system/doc/installation_guide/Makefile +++ b/system/doc/installation_guide/Makefile @@ -113,6 +113,8 @@ clean clean_docs: rm -f $(GENERATED_XML_FILES) rm -f $(XMLDIR)/*.xml rm -f $(HTMLDIR)/*.gif $(HTMLDIR)/*.html + rm -f $(XML_GEN_FILES) + rm -rf $(HTMLDIR) rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo) rm -f errs core *~ |