diff options
author | Björn Gustavsson <[email protected]> | 2015-06-10 12:04:00 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-06-10 12:04:00 +0200 |
commit | 30630e1c2cd3f754c30a9099b223cf364bfd368e (patch) | |
tree | 442d92ba2ebe5cc8748fe56c15ca2de95b5c6cf3 /lib/stdlib/doc/src/Makefile | |
parent | cae8c56ef2efa671b3937f697998068dc008295b (diff) | |
parent | c574bd33c39d91c487c3fcd819226ecfc46c13c8 (diff) | |
download | otp-30630e1c2cd3f754c30a9099b223cf364bfd368e.tar.gz otp-30630e1c2cd3f754c30a9099b223cf364bfd368e.tar.bz2 otp-30630e1c2cd3f754c30a9099b223cf364bfd368e.zip |
Merge branch 'richcarl/break-out-asserts/OTP-12808'
* richcarl/break-out-asserts/OTP-12808:
Break out assert macros from eunit to stdlib assert.hrl
Diffstat (limited to 'lib/stdlib/doc/src/Makefile')
-rw-r--r-- | lib/stdlib/doc/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/Makefile b/lib/stdlib/doc/src/Makefile index a4a2ed9931..d41f91250e 100644 --- a/lib/stdlib/doc/src/Makefile +++ b/lib/stdlib/doc/src/Makefile @@ -102,7 +102,7 @@ XML_REF3_FILES = \ XML_REF6_FILES = stdlib_app.xml XML_PART_FILES = part.xml part_notes.xml part_notes_history.xml -XML_CHAPTER_FILES = io_protocol.xml unicode_usage.xml notes.xml notes_history.xml +XML_CHAPTER_FILES = io_protocol.xml unicode_usage.xml notes.xml notes_history.xml assert_hrl.xml BOOK_FILES = book.xml |