diff options
author | Rickard Green <[email protected]> | 2015-03-17 12:09:30 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-03-17 12:09:30 +0100 |
commit | b3e72b5969a3dd7d22e67b2484e3ba390975a034 (patch) | |
tree | 47c594eff6c15aa97fabf7727f6c4f361d1e22a6 /system/doc | |
parent | 5fde23474656c1934250e8b8a9c7399dc00d5bdf (diff) | |
parent | 700dde22b771cf535703a42887971a146202eae1 (diff) | |
download | otp-b3e72b5969a3dd7d22e67b2484e3ba390975a034.tar.gz otp-b3e72b5969a3dd7d22e67b2484e3ba390975a034.tar.bz2 otp-b3e72b5969a3dd7d22e67b2484e3ba390975a034.zip |
Merge branch 'rickard/otp_patch_apply/OTP-12565' into maint
* rickard/otp_patch_apply/OTP-12565:
Add support for patching of individual applications
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/installation_guide/Makefile | 6 | ||||
-rw-r--r-- | system/doc/installation_guide/part.xml | 3 | ||||
-rw-r--r-- | system/doc/installation_guide/xmlfiles.mk | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/system/doc/installation_guide/Makefile b/system/doc/installation_guide/Makefile index 83210bd21f..a4ef6c9d7c 100644 --- a/system/doc/installation_guide/Makefile +++ b/system/doc/installation_guide/Makefile @@ -58,7 +58,8 @@ XML_FILES = \ GENERATED_XML_FILES = \ INSTALL.xml \ INSTALL-CROSS.xml \ - INSTALL-WIN32.xml + INSTALL-WIN32.xml \ + OTP-PATCH-APPLY.xml # ---------------------------------------------------- @@ -73,7 +74,8 @@ REDIRECT_HTML_DIR = $(HTMLDIR)/source REDIRECT_HTML_FILES = \ $(REDIRECT_HTML_DIR)/INSTALL.html \ $(REDIRECT_HTML_DIR)/INSTALL-CROSS.html \ - $(REDIRECT_HTML_DIR)/INSTALL-WIN32.html + $(REDIRECT_HTML_DIR)/INSTALL-WIN32.html \ + $(REDIRECT_HTML_DIR)/OTP-PATCH-APPLY.html # ---------------------------------------------------- # FLAGS diff --git a/system/doc/installation_guide/part.xml b/system/doc/installation_guide/part.xml index 02bf98db7c..ff17cecd59 100644 --- a/system/doc/installation_guide/part.xml +++ b/system/doc/installation_guide/part.xml @@ -35,4 +35,5 @@ <xi:include href="INSTALL.xml"/> <xi:include href="INSTALL-CROSS.xml"/> <xi:include href="INSTALL-WIN32.xml"/> -</part>
\ No newline at end of file + <xi:include href="OTP-PATCH-APPLY.xml"/> +</part> 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 |