aboutsummaryrefslogtreecommitdiffstats
path: root/make/otp_release_targets.mk
AgeCommit message (Collapse)Author
2018-06-12Merge branch 'lukas/erl_docgen/add_github_contrib_link/OTP-14979'Lukas Larsson
* lukas/erl_docgen/add_github_contrib_link/OTP-14979: otp: Allow applications to opt out of github edit links
2018-06-11otp: Allow applications to opt out of github edit linksLukas Larsson
This is to be used by application like orber that live outside the main repository but still use the OTP build system to generate documentation.
2018-05-23make: Don't call mkdir with empty argumentLukas Larsson
2018-04-10erl_docgen: Remove git dependency in github link scriptLukas Larsson
2018-04-10erl_docgen: Fix ghlinks to .xmlsrcLukas Larsson
2018-04-09erl_docgen: Add ghlink step for all non-generated doc xml filesLukas Larsson
In order to get line numbers into the ghlink we have to add a post processing step for all xml files.
2017-10-31Refactor xmllint check and make it fail on failureLukas Larsson
This commit also adds a check to see that all files that are part of an xi:include also have part of XML_FILES and vice versa. It also fixes any applications where this was not true.
2017-10-31Add toplevel xmllint make targetLukas Larsson
2016-06-01Make it possible to run xmllint target in system documentationLars Thorsen
2015-11-30Change xmllint targetLars Thorsen
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-08[erl_docgen] Add possibility to add extra ino line on front pageLars Thorsen
2014-02-19Misc adjustments of OTP versionRickard Green
2013-02-20Fix comma usage in generated documentation dateAnders Svensson
It's "February 20, 2013" or "20 February 2013", not "February 20 2013". The change is to the former.
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-21[erl_docgen] Fix include path to xmllintLars Thorsen
2013-01-21[erl_docgen] Add xmllint target for the documentation and fix some DTD errorsLars Thorsen
2012-11-16[safs] Add pdfname to the html target for the users guideLars Thorsen
2012-11-16[erl_docgen] Add possibility to specify pdf filenameLars Thorsen
2012-11-16A possibility to configure erl_docgen so it can generate documentation for ↵Lars Thorsen
other products than Erlang/OTP.
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2011-11-18[erl_docgen] Update references to modules that changed nameLars Thorsen
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-09-26[erl_docgen] Fix eix file generation for new function spec referencesLars Thorsen
2010-12-01Prepare erl_docgen for using Dialyzer specs and typesHans Bolinder
Support for using Dialyzer specifications and types has been added. This is an experimental release; changes are expected before the new functionality is used when building the OTP documentation.
2010-02-19makefiles: add local_html targetLars Thorsen
2009-12-15OTP-8308 Added an xsl transform from OTP xml documentation to a fileLars G Thorsen
(.eix) of erlang terms that can be read by the erldoc application. Erldoc handles the documentation search mechanism at erlang.org. Added generation of eix files to otp_release_targets.mk. Fixed a copyright date error in db_html.xsl .
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP