diff options
author | Magnus Lidén <[email protected]> | 2014-04-02 16:41:43 +0200 |
---|---|---|
committer | Magnus Lidén <[email protected]> | 2014-04-02 16:41:43 +0200 |
commit | ac79481c9bd9894616213a5b7eccf6d5f94cbed8 (patch) | |
tree | c734c294f4ef799e8364ddde6379da36f2257544 /system/doc/installation_guide/xmlfiles.mk | |
parent | eba291a52d4a78c128c5802775fa1bff187e0604 (diff) | |
parent | 1e8884134d7fbfee1e5aa546727bd5f3beed4921 (diff) | |
download | otp-ac79481c9bd9894616213a5b7eccf6d5f94cbed8.tar.gz otp-ac79481c9bd9894616213a5b7eccf6d5f94cbed8.tar.bz2 otp-ac79481c9bd9894616213a5b7eccf6d5f94cbed8.zip |
Merge branch 'mange/update_source_build_doc/OTP-10269'
* mange/update_source_build_doc/OTP-10269:
Add link to app resource file reference
Correct and clean up documentation
Delete obsolete verification doc
Remove installation instruction for unix binary and reorder chapters
Diffstat (limited to 'system/doc/installation_guide/xmlfiles.mk')
-rw-r--r-- | system/doc/installation_guide/xmlfiles.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/doc/installation_guide/xmlfiles.mk b/system/doc/installation_guide/xmlfiles.mk index 3995c607af..c443334cd7 100644 --- a/system/doc/installation_guide/xmlfiles.mk +++ b/system/doc/installation_guide/xmlfiles.mk @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2009-2013. All Rights Reserved. +# Copyright Ericsson AB 2009-2014. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -18,8 +18,6 @@ # INST_GUIDE_CHAPTER_FILES = \ install-binary.xml \ - verification.xml \ INSTALL.xml \ INSTALL-CROSS.xml \ - INSTALL-WIN32.xml \ - MARKDOWN.xml + INSTALL-WIN32.xml |