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 /TAR.include | |
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 'TAR.include')
-rw-r--r-- | TAR.include | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/TAR.include b/TAR.include index 78be579869..27b10d6243 100644 --- a/TAR.include +++ b/TAR.include @@ -1,8 +1,10 @@ AUTHORS EPLICENCE Makefile.in -README -README.win32 +README.md +INSTALL.md +INSTALL-CROSS.md +INSTALL-WIN32.md configure.in aclocal.m4 otp_build |