diff options
author | Patrik Nyblom <[email protected]> | 2012-03-20 18:47:03 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2012-03-22 18:16:15 +0100 |
commit | 6969ae73662f7c507977a9560a858a5964c791c4 (patch) | |
tree | 1b1d6a0d5ab83580b75dc8e44f6ad5614893a8c8 /lib/runtime_tools/doc/src/Makefile | |
parent | 19a36b917d8c7c2dc061ee5b41738fa8b315d70b (diff) | |
download | otp-6969ae73662f7c507977a9560a858a5964c791c4.tar.gz otp-6969ae73662f7c507977a9560a858a5964c791c4.tar.bz2 otp-6969ae73662f7c507977a9560a858a5964c791c4.zip |
Add documentation for dyntrace and system_info changes
Diffstat (limited to 'lib/runtime_tools/doc/src/Makefile')
-rw-r--r-- | lib/runtime_tools/doc/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runtime_tools/doc/src/Makefile b/lib/runtime_tools/doc/src/Makefile index dbbae81cfe..f1dd788f80 100644 --- a/lib/runtime_tools/doc/src/Makefile +++ b/lib/runtime_tools/doc/src/Makefile @@ -40,7 +40,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/$(APPLICATION)-$(VSN) # Target Specs # ---------------------------------------------------- XML_APPLICATION_FILES = ref_man.xml -XML_REF3_FILES = dbg.xml erts_alloc_config.xml +XML_REF3_FILES = dbg.xml dyntrace.xml erts_alloc_config.xml XML_REF6_FILES = runtime_tools_app.xml XML_PART_FILES = part_notes.xml part_notes_history.xml |