diff options
author | Rickard Green <[email protected]> | 2015-03-17 10:41:39 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-03-17 12:06:48 +0100 |
commit | 700dde22b771cf535703a42887971a146202eae1 (patch) | |
tree | 47c594eff6c15aa97fabf7727f6c4f361d1e22a6 /system/doc/installation_guide/xmlfiles.mk | |
parent | 5fde23474656c1934250e8b8a9c7399dc00d5bdf (diff) | |
download | otp-700dde22b771cf535703a42887971a146202eae1.tar.gz otp-700dde22b771cf535703a42887971a146202eae1.tar.bz2 otp-700dde22b771cf535703a42887971a146202eae1.zip |
Add support for patching of individual applications
Diffstat (limited to 'system/doc/installation_guide/xmlfiles.mk')
-rw-r--r-- | system/doc/installation_guide/xmlfiles.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/doc/installation_guide/xmlfiles.mk b/system/doc/installation_guide/xmlfiles.mk index c443334cd7..a18c82bc25 100644 --- a/system/doc/installation_guide/xmlfiles.mk +++ b/system/doc/installation_guide/xmlfiles.mk @@ -20,4 +20,5 @@ INST_GUIDE_CHAPTER_FILES = \ install-binary.xml \ INSTALL.xml \ INSTALL-CROSS.xml \ - INSTALL-WIN32.xml + INSTALL-WIN32.xml \ + OTP-PATCH-APPLY.xml |