diff options
author | Lukas Larsson <[email protected]> | 2017-11-20 10:15:24 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-11-20 10:15:24 +0100 |
commit | c08edb85c05f77c0c8c3b99361dfd373d24fccb5 (patch) | |
tree | 24b5a44417f651425dd55af90916f572f39b7ee5 /lib/common_test | |
parent | 7118c06ee07296337d4348289abc686617e577e9 (diff) | |
parent | f977d258d3e69da8ce0549f0a7bc3d8d9ccf82a6 (diff) | |
download | otp-c08edb85c05f77c0c8c3b99361dfd373d24fccb5.tar.gz otp-c08edb85c05f77c0c8c3b99361dfd373d24fccb5.tar.bz2 otp-c08edb85c05f77c0c8c3b99361dfd373d24fccb5.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/doc/src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/Makefile b/lib/common_test/doc/src/Makefile index b60b04c4ae..293ef591cb 100644 --- a/lib/common_test/doc/src/Makefile +++ b/lib/common_test/doc/src/Makefile @@ -60,6 +60,7 @@ XML_REF6_FILES = common_test_app.xml XML_PART_FILES = part.xml XML_CHAPTER_FILES = \ + introduction.xml \ basics_chapter.xml \ getting_started_chapter.xml \ install_chapter.xml \ @@ -74,8 +75,7 @@ XML_CHAPTER_FILES = \ event_handler_chapter.xml \ ct_hooks_chapter.xml \ dependencies_chapter.xml \ - notes.xml \ - notes_history.xml + notes.xml BOOK_FILES = book.xml |