<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/system/doc/system_principles, branch master</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Add comment to doc regarding multiple -mode flags</title>
<updated>2019-05-21T20:05:08+00:00</updated>
<author>
<name>Jose M Perez</name>
<email>jose.m.perez.ramos+git@gmail.com</email>
</author>
<published>2019-05-21T20:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1d2ece6cf7b97e0806be7512fcefdb595c1bc4e2'/>
<id>1d2ece6cf7b97e0806be7512fcefdb595c1bc4e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2213 from meetlost/patch-1</title>
<updated>2019-04-23T07:02:51+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>garazdawi@gmail.com</email>
</author>
<published>2019-04-23T07:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=053e4b191a5bf401bf4afb6787735a42b0dc6019'/>
<id>053e4b191a5bf401bf4afb6787735a42b0dc6019</id>
<content type='text'>
Update create_target.xmlsrc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update create_target.xmlsrc</pre>
</div>
</content>
</entry>
<entry>
<title>Update create_target.xmlsrc</title>
<updated>2019-04-23T03:05:44+00:00</updated>
<author>
<name>meetlost</name>
<email>44923884+meetlost@users.noreply.github.com</email>
</author>
<published>2019-04-23T03:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fc8d39846e6658386dd722020356aecd85946eb6'/>
<id>fc8d39846e6658386dd722020356aecd85946eb6</id>
<content type='text'>
Add closing double quote mark.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add closing double quote mark.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-21/OTP-15551' into 'rickard/make-fixes-22/OTP-15551'</title>
<updated>2019-03-04T15:41:57+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-04T15:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=05c5720845e0e2142a3b1c6e4b1e9f1e22c19a5c'/>
<id>05c5720845e0e2142a3b1c6e4b1e9f1e22c19a5c</id>
<content type='text'>
        * rickard/make-fixes-21/OTP-15551:
            Fix install phase in build system

            - Install of (mainly) documentation caused rebuild and
              modification of the source tree even when the source
              previously had been built. Also otp_patch_apply
              modified the source tree when updating documentation.
              This messed up the installation if installation was
              performed by another user than the user that originally
              built the system which not is an uncommon scenario.

            - Some documentation was installed by copying files
              instead of installing the files which caused faulty
              access rights on files.

            - The documentation was not properly updated when
              applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * rickard/make-fixes-21/OTP-15551:
            Fix install phase in build system

            - Install of (mainly) documentation caused rebuild and
              modification of the source tree even when the source
              previously had been built. Also otp_patch_apply
              modified the source tree when updating documentation.
              This messed up the installation if installation was
              performed by another user than the user that originally
              built the system which not is an uncommon scenario.

            - Some documentation was installed by copying files
              instead of installing the files which caused faulty
              access rights on files.

            - The documentation was not properly updated when
              applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-20/OTP-15551' into 'rickard/make-fixes-21/OTP-15551'</title>
<updated>2019-03-04T15:32:09+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-04T15:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b32a929bbb287c318f44cb0ecf17716c480f11ee'/>
<id>b32a929bbb287c318f44cb0ecf17716c480f11ee</id>
<content type='text'>
    * rickard/make-fixes-20/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    * rickard/make-fixes-20/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-19/OTP-15551' into 'rickard/make-fixes-20/OTP-15551'</title>
<updated>2019-03-04T15:28:56+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-04T15:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2599dcfc973d30cfdf438d4587885eda154522ab'/>
<id>2599dcfc973d30cfdf438d4587885eda154522ab</id>
<content type='text'>
    * rickard/make-fixes-19/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    * rickard/make-fixes-19/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-18/OTP-15551' into 'rickard/make-fixes-19/OTP-15551'</title>
<updated>2019-03-04T15:27:21+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-04T15:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=565adc6d7ffb0778df06d5011ec56dc7b3eb0d2b'/>
<id>565adc6d7ffb0778df06d5011ec56dc7b3eb0d2b</id>
<content type='text'>
    * rickard/make-fixes-18/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    * rickard/make-fixes-18/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'rickard/make-fixes-17/OTP-15551' into 'rickard/make-fixes-18/OTP-15551'</title>
<updated>2019-03-04T15:25:17+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-04T15:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=250462066db0344e5387d15ed2b89bce261ea64d'/>
<id>250462066db0344e5387d15ed2b89bce261ea64d</id>
<content type='text'>
    * rickard/make-fixes-17/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    * rickard/make-fixes-17/OTP-15551:
        Fix install phase in build system

        - Install of (mainly) documentation caused rebuild and
          modification of the source tree even when the source
          previously had been built. Also otp_patch_apply
          modified the source tree when updating documentation.
          This messed up the installation if installation was
          performed by another user than the user that originally
          built the system which not is an uncommon scenario.

        - Some documentation was installed by copying files
          instead of installing the files which caused faulty
          access rights on files.

        - The documentation was not properly updated when
          applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix install phase in build system</title>
<updated>2019-03-04T15:23:09+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-02-12T17:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1adb588f84b1a9340beac2719c0890a05e2dfaad'/>
<id>1adb588f84b1a9340beac2719c0890a05e2dfaad</id>
<content type='text'>
- Install of (mainly) documentation caused rebuild and
  modification of the source tree even when the source
  previously had been built. Also otp_patch_apply
  modified the source tree when updating documentation.
  This messed up the installation if installation was
  performed by another user than the user that originally
  built the system which not is an uncommon scenario.

- Some documentation was installed by copying files
  instead of installing the files which caused faulty
  access rights on files.

- The documentation was not properly updated when
  applying a patch using otp_patch_apply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Install of (mainly) documentation caused rebuild and
  modification of the source tree even when the source
  previously had been built. Also otp_patch_apply
  modified the source tree when updating documentation.
  This messed up the installation if installation was
  performed by another user than the user that originally
  built the system which not is an uncommon scenario.

- Some documentation was installed by copying files
  instead of installing the files which caused faulty
  access rights on files.

- The documentation was not properly updated when
  applying a patch using otp_patch_apply.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document deprecations and removals</title>
<updated>2019-02-25T10:18:32+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-02-23T17:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=00fa7a8def826d2a4c8fb9e2c38208103bf04341'/>
<id>00fa7a8def826d2a4c8fb9e2c38208103bf04341</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
