diff options
author | Rickard Green <[email protected]> | 2014-03-10 17:44:25 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2014-03-20 16:24:48 +0100 |
commit | e310677df7b3ce6506b35044abafcb507caa7e07 (patch) | |
tree | 010088a792b400cc87f44e02054f951a8071417f /system/doc/system_principles/xmlfiles.mk | |
parent | 0453d4ebd924f504e8d37ac5830ecc28ccc15046 (diff) | |
download | otp-e310677df7b3ce6506b35044abafcb507caa7e07.tar.gz otp-e310677df7b3ce6506b35044abafcb507caa7e07.tar.bz2 otp-e310677df7b3ce6506b35044abafcb507caa7e07.zip |
Verify runtime_dependencies when running 'otp_build patch_app'
Diffstat (limited to 'system/doc/system_principles/xmlfiles.mk')
-rw-r--r-- | system/doc/system_principles/xmlfiles.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/doc/system_principles/xmlfiles.mk b/system/doc/system_principles/xmlfiles.mk index 4cbc00ed52..9743949798 100644 --- a/system/doc/system_principles/xmlfiles.mk +++ b/system/doc/system_principles/xmlfiles.mk @@ -19,4 +19,5 @@ SYSTEM_PRINCIPLES_CHAPTER_FILES = \ system_principles.xml \ error_logging.xml \ - create_target.xml + create_target.xml \ + versions.xml |