aboutsummaryrefslogtreecommitdiffstats
path: root/make/emd2exml.in
AgeCommit message (Collapse)Author
2019-04-04emd2exml: Remove paragraphs around image tagsBjörn Gustavsson
Figure numbering will be messed up if an image tag is inside a paragraph.
2019-04-04emd2exml: Clean emphasis markers in link textsBjörn Gustavsson
Our DTD does not allow any nested tags in link texts.
2019-04-04emd2exml: Allow short names of anchors for internal linksBjörn Gustavsson
Links within a document required writing the entire name of the generated anchor. Basically, that makes it possible to writing internal links that will be translated correctly both by emd2exml and by Github.
2018-08-15fix generated encoding for xml files generated with emd2exmlMariano Guerra
DTRACE.xml and SYSTEMTRAP.xml set encoding to utf8 instead of utf-8 and make xmerl_scan:file/1,2 fail parsing them (cherry picked from commit faded6e1cdceb049d2d9bc995b6c981d58709315)
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-04-21erts: Deprecate the non-smp emulatorsLukas Larsson
2016-06-15Don't make assumptions about build tools pathsAlexey Lebedeff
One more followup to https://github.com/erlang/otp/pull/1056 and https://github.com/erlang/otp/pull/1023 This time it's about `/usr/bin/env` and `/bin/cp`: - `/usr/bin/env` in `diameterc` was used to find the bootstrapped `escript` executable. Changed it to exlpicit call to `escript` in Makefile. - `/usr/bin/env` and `/bin/cp` were referenced in documentation build/install process. Now full paths to this tools are injected using autoconf magic.
2016-05-25Adjust generated XML so it respects current DTDRickard Green
2015-06-18Change license text to APLv2Bruce Yinhe
2014-02-19Misc adjustments of OTP versionRickard Green
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-07-19Add DTRACE and SYSTEMTAP howtos as User GuideLukas Larsson
2012-07-19Move README and INSTALL to HOWTO folderLukas Larsson
2010-12-07Workaround for ampersands in INSTALL-WIN32.mdPatrik Nyblom
2010-09-24emd2exml: Do not auto-import error/2Tuncer Ayaz
Eliminate the following warning: Warning: ambiguous call of overridden auto-imported BIF error/2
2010-03-22OTP-8512 Add Erlangish MarkDown to Erlangish XML supportRickard Green
The INSTALL.md, INSTALL-CROSS.md, and INSTALL-WIN32.md "readme files" are now included in both the HTML and the PDF documentation.