diff options
author | Lars Thorsen <[email protected]> | 2010-09-28 09:46:32 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2010-12-01 12:10:51 +0100 |
commit | f11f263bade1738009d6aa8678b4ae381d2d47df (patch) | |
tree | 4700752e882c76cba1fd5029fbc3cecb07bc58fb /lib/eunit/doc/src/Makefile | |
parent | 9c37a5e56076c85e583848b02400e900a279ac5b (diff) | |
download | otp-f11f263bade1738009d6aa8678b4ae381d2d47df.tar.gz otp-f11f263bade1738009d6aa8678b4ae381d2d47df.tar.bz2 otp-f11f263bade1738009d6aa8678b4ae381d2d47df.zip |
Fix format_man_pages so it handles all man sections and remove warnings/errors in man pages
Diffstat (limited to 'lib/eunit/doc/src/Makefile')
-rw-r--r-- | lib/eunit/doc/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eunit/doc/src/Makefile b/lib/eunit/doc/src/Makefile index 19be96d763..2cdc579275 100644 --- a/lib/eunit/doc/src/Makefile +++ b/lib/eunit/doc/src/Makefile @@ -146,7 +146,7 @@ debug opt: clean clean_docs: rm -rf $(HTMLDIR)/* rm -f $(MAN3DIR)/* - rm -f $(XML_CHAPTER_FILES) *.html + rm -f $(XML_REF3_FILES) $(XML_CHAPTER_FILES) *.html rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo) rm -f errs core *~ |