summaryrefslogtreecommitdiff
path: root/system/doc/embedded
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
|
* Fix installation of docs to directory with space and unicodeLukas Larsson2022-08-181-2/+2
|
* Update copyright yearRickard Green2021-12-161-1/+1
|
* Fix typos in system docKian-Meng, Ang2021-11-101-1/+1
|
* Merge branch 'maint'Rickard Green2020-03-132-2/+2
|\ | | | | | | | | * maint: Update copyright year
| * Update copyright yearRickard Green2020-03-132-2/+2
| |
* | Add DOC_TARGETS makefile variableLukas Larsson2020-02-241-8/+8
|/ | | | | The variable can be set to pdf, html, man or chunks and also any combination of the above.
* Merge 'rickard/make-fixes-21/OTP-15551' into 'rickard/make-fixes-22/OTP-15551'Rickard Green2019-03-041-3/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * Merge 'rickard/make-fixes-20/OTP-15551' into 'rickard/make-fixes-21/OTP-15551'Rickard Green2019-03-041-3/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * Merge 'rickard/make-fixes-19/OTP-15551' into 'rickard/make-fixes-20/OTP-15551'Rickard Green2019-03-041-2/+1
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | | * Merge 'rickard/make-fixes-18/OTP-15551' into 'rickard/make-fixes-19/OTP-15551'Rickard Green2019-03-041-2/+1
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | | | * Merge 'rickard/make-fixes-17/OTP-15551' into 'rickard/make-fixes-18/OTP-15551'Rickard Green2019-03-041-2/+1
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | | | | * Fix install phase in build systemRickard Green2019-03-041-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | | | Change "can not" into "cannot"Raimo Niskanen2018-07-271-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | I did not find any legitimate use of "can not", however skipped changing e.g RFCs archived in the source tree.
* | | | | docs: make clean all XMLDIRLukas Larsson2018-07-131-0/+1
| | | | |
* | | | | Update copyright yearHenrik Nord2018-05-241-1/+1
| | | | |
* | | | | erl_docgen: Add ghlink step for all non-generated doc xml filesLukas Larsson2018-04-091-0/+1
|/ / / / | | | | | | | | | | | | | | | | In order to get line numbers into the ghlink we have to add a post processing step for all xml files.
* | | | Remove unused files from the documentation buildLars Thorsen2017-09-282-0/+0
|/ / /
* | | doc: Correct errors introduced by Editorial changesHans Bolinder2016-09-013-13/+13
| | | | | | | | | | | | Fix some older errors as well.
* | | update copyright-yearHenrik Nord2016-03-1511-11/+11
|/ /
* | Change license text to APLv2Bruce Yinhe2015-06-1811-107/+118
| |
* | Update Embedded Systems User's GuideBjörn Gustavsson2015-03-123-471/+376
|/ | | | | Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson.
* Convert XML files to UTF-8Hans Bolinder2013-04-199-17/+17
|
* Update copyright yearsBjörn-Egil Dahlberg2013-01-252-2/+2
|
* doc: Remove forgotten vxworks referenceBjörn-Egil Dahlberg2012-10-011-1/+0
|
* Merge branch 'maint'Björn-Egil Dahlberg2012-08-311-1/+1
|\ | | | | | | | | | | Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md
| * Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
| |
* | erts: Update doc to reflect VxWorks removalBjörn-Egil Dahlberg2012-07-192-195/+1
|/
* Update to work with whitespace in exec pathLukas Larsson2012-06-051-3/+3
| | | | | OTP-10106 OTP-10107
* Update copyright yearsBjörn-Egil Dahlberg2011-12-091-1/+1
|
* Remove unused */doc/src/make.dep filesBjörn Gustavsson2011-10-271-14/+0
| | | | | These dependency files was once used when building the documentation, but are no longer needed.
* system documentation: Support parallel makeBjörn Gustavsson2011-09-211-0/+2
|
* Update copyright yearsBjörn-Egil Dahlberg2011-03-113-3/+3
|
* documentation: Fix bugs introduced in the SGML to XML transitionHans Bolinder2009-12-032-5/+5
| | | | | | | | | | | In the transition from SGML to XML (several releases ago), bugs were introduced in the documentation, for instance "\n" replaced by newlines. Correct those bugs. Also correct double backslashes. They seem to have been introduced very early in the development of OTP. According to Lars they "solved" a bug in the generation of HTML &c. Now that standard tools are used instead of docbuilder, the bug has become visible.
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-2015-0/+2137