diff options
author | Peter Andersson <[email protected]> | 2011-12-12 03:10:51 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2011-12-12 05:08:41 +0100 |
commit | e7fc8ebdf5fcf82c581026d7c52e23a53b05ba01 (patch) | |
tree | 6f0a5b5a038b5cc0f7f1fa44b890082431fa6bfb /lib/common_test/doc/src/Makefile | |
parent | 46ef0536a9e3442c3a54237b59b238e6b6f7a90a (diff) | |
download | otp-e7fc8ebdf5fcf82c581026d7c52e23a53b05ba01.tar.gz otp-e7fc8ebdf5fcf82c581026d7c52e23a53b05ba01.tar.bz2 otp-e7fc8ebdf5fcf82c581026d7c52e23a53b05ba01.zip |
Update basics chapter and introduce getting started chapter
Diffstat (limited to 'lib/common_test/doc/src/Makefile')
-rw-r--r-- | lib/common_test/doc/src/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/Makefile b/lib/common_test/doc/src/Makefile index 964f7c76c1..d9651f13b0 100644 --- a/lib/common_test/doc/src/Makefile +++ b/lib/common_test/doc/src/Makefile @@ -61,6 +61,7 @@ XML_PART_FILES = part.xml XML_CHAPTER_FILES = \ basics_chapter.xml \ + getting_started_chapter.xml \ install_chapter.xml \ write_test_chapter.xml \ test_structure_chapter.xml \ @@ -80,7 +81,10 @@ MAKE_EDOC = make_edoc BOOK_FILES = book.xml -GIF_FILES = +GIF_FILES = \ + tc_execution.gif \ + config.gif \ + html_logs.gif INSTALL_NOTES = ../../notes.html |