diff options
author | Rickard Green <[email protected]> | 2010-02-16 01:24:37 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-16 01:24:37 +0000 |
commit | 7aa2cb2e64cd404f8a9f388d85ab287ced95f139 (patch) | |
tree | 5bf6f7ecf5d6610db18b707436be0aa642083eea /INSTALL-CROSS.md | |
parent | 924f3aaf2c4841eafb5ea3832e2c885eb54ac984 (diff) | |
download | otp-7aa2cb2e64cd404f8a9f388d85ab287ced95f139.tar.gz otp-7aa2cb2e64cd404f8a9f388d85ab287ced95f139.tar.bz2 otp-7aa2cb2e64cd404f8a9f388d85ab287ced95f139.zip |
OTP-8449 Documentation improvements.
The most important "readme" files now use Markdown notation. HTML
versions of these files are now also automatically generated and
included in the HTML documentation.
- Building and Installing Erlang/OTP - $ERL_TOP/INSTALL.md
(previously known as $ERL_TOP/README).
- Cross Compiling Erlang/OTP - $ERL_TOP/INSTALL-CROSS.md.
- How to Build Erlang/OTP on Windows - $ERL_TOP/INSTALL-WIN32.md
(previously known as $ERL_TOP/README.win32).
Diffstat (limited to 'INSTALL-CROSS.md')
l--------- | INSTALL-CROSS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL-CROSS.md b/INSTALL-CROSS.md new file mode 120000 index 0000000000..9e7743b9de --- /dev/null +++ b/INSTALL-CROSS.md @@ -0,0 +1 @@ +xcomp/README.md
\ No newline at end of file |