From 3fdc76b92134b5e2d279097fa97f031cb06e04a2 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Thu, 18 Feb 2010 17:33:26 +0000 Subject: 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). --- system/doc/installation_guide/install.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/doc/installation_guide/install.xml') diff --git a/system/doc/installation_guide/install.xml b/system/doc/installation_guide/install.xml index 027b3c49a0..c1b930a4bd 100644 --- a/system/doc/installation_guide/install.xml +++ b/system/doc/installation_guide/install.xml @@ -35,16 +35,16 @@
Source

This document describes installation procedures for - binary releases. Documentation of the build and installation + binary releases. Documentation of build and installation procedures for the source release can be found in the source tree at the following locations:

Building and Installing Erlang/OTP - $ERL_TOP/INSTALL.md + $ERL_TOP/INSTALL.md Cross Compiling Erlang/OTP - $ERL_TOP/INSTALL-CROSS.md + $ERL_TOP/INSTALL-CROSS.md How to Build Erlang/OTP on Windows - $ERL_TOP/INSTALL-WIN32.md + $ERL_TOP/INSTALL-WIN32.md

Where $ERL_TOP is the top directory in the source tree.

-- cgit v1.2.3