From 192f7f40366a96a7809a1b67e3a668804aa3ec34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 12 Oct 2015 16:34:19 +0200 Subject: Update user guide --- guide/ch01.html | 2 +- guide/ch02.html | 2 +- guide/ch03.html | 2 +- guide/ch04.html | 2 +- guide/ch05.html | 2 +- guide/ch06.html | 2 +- guide/ch07.html | 2 +- guide/ch08.html | 2 +- guide/ch09.html | 2 +- guide/ch10.html | 2 +- guide/index.html | 4 ++-- guide/pt01.html | 2 +- guide/pt02.html | 2 +- guide/pt03.html | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/guide/ch01.html b/guide/ch01.html index c856275..9bb8a14 100644 --- a/guide/ch01.html +++ b/guide/ch01.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/ch02.html b/guide/ch02.html index c4afbe7..aead2d7 100644 --- a/guide/ch02.html +++ b/guide/ch02.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/ch03.html b/guide/ch03.html index 757a981..21daf3a 100644 --- a/guide/ch03.html +++ b/guide/ch03.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/ch04.html b/guide/ch04.html index 3067c20..63d12df 100644 --- a/guide/ch04.html +++ b/guide/ch04.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/ch05.html b/guide/ch05.html index 44cb840..2df0ee0 100644 --- a/guide/ch05.html +++ b/guide/ch05.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/ch06.html b/guide/ch06.html index 38fe703..1a8847d 100644 --- a/guide/ch06.html +++ b/guide/ch06.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/ch07.html b/guide/ch07.html index b054dbe..aee8e2a 100644 --- a/guide/ch07.html +++ b/guide/ch07.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/ch08.html b/guide/ch08.html index 27478ad..15096c6 100644 --- a/guide/ch08.html +++ b/guide/ch08.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/ch09.html b/guide/ch09.html index 706c3bd..ddaac4e 100644 --- a/guide/ch09.html +++ b/guide/ch09.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/ch10.html b/guide/ch10.html index 807c08b..7c20e01 100644 --- a/guide/ch10.html +++ b/guide/ch10.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/index.html b/guide/index.html index 56731fa..b5bd8e3 100644 --- a/guide/index.html +++ b/guide/index.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
@@ -36,7 +36,7 @@ div.navfooter{margin-bottom:1em}
-

Erlang.mk User Guide

Loïc Hoguin


Table of Contents

1. Installation
1.1. On Unix
1.2. On Windows
2. Getting started
2.1. Creating a folder for your project
2.2. Downloading Erlang.mk
2.3. Getting started with OTP applications
2.4. Getting started with OTP libraries
2.5. Getting started with OTP releases
2.6. Using templates
2.7. Getting help
3. Overview
3.1. Building your project
3.2. Exploring the package index
3.3. Generating documentation
3.4. Running tests
3.5. Need more?
4. Updating Erlang.mk
4.1. Initial bootstrap
4.2. Updating
4.3. Customizing the build
5. Limitations
5.1. Erlang must be available
5.2. Spaces in path
5.3. Dependency tracking and modification times
I. Code
6. Building
6.1. How to build
6.2. What to build
6.3. Application resource file
6.4. Automatic application resource file values
6.5. File formats
6.6. Compilation options
6.7. Cold and hot builds
6.8. Dependency tracking
6.9. Generating Erlang source
6.10. Cleaning
7. Packages and dependencies
7.1. Searching packages
7.2. Adding dependencies to your project
7.3. How deps are fetched and built
7.4. Ignoring unwanted dependencies
7.5. Dependencies directory
7.6. Dependencies local to the repository
7.7. Repositories with no application at the root level
7.8. Autopatch
7.9. Skipping deps
8. Compatibility with other build tools
8.1. Rebar projects as Erlang.mk dependencies
8.2. Erlang.mk projects as Rebar dependencies
II. Advanced
9. External plugins
9.1. Loading all plugins from a dependency
9.2. Loading one plugin from a dependency
9.3. Writing external plugins
III. About Erlang.mk
10. Why Erlang.mk
10.1. Erlang.mk is fast
10.2. Erlang.mk gives you the full power of Unix
10.3. Erlang.mk is a text file
10.4. Erlang.mk can manage Erlang itself
10.5. Erlang.mk can do more than Erlang
10.6. Erlang.mk integrates nicely in Make and Automake projects
+

Erlang.mk User Guide

Loïc Hoguin


Table of Contents

1. Installation
1.1. On Unix
1.2. On Windows
2. Getting started
2.1. Creating a folder for your project
2.2. Downloading Erlang.mk
2.3. Getting started with OTP applications
2.4. Getting started with OTP libraries
2.5. Getting started with OTP releases
2.6. Using templates
2.7. Getting help
3. Overview
3.1. Building your project
3.2. Exploring the package index
3.3. Generating documentation
3.4. Running tests
3.5. Need more?
4. Updating Erlang.mk
4.1. Initial bootstrap
4.2. Updating
4.3. Customizing the build
5. Limitations
5.1. Erlang must be available
5.2. Spaces in path
5.3. Dependency tracking and modification times
I. Code
6. Building
6.1. How to build
6.2. What to build
6.3. Application resource file
6.4. Automatic application resource file values
6.5. File formats
6.6. Compilation options
6.7. Cold and hot builds
6.8. Dependency tracking
6.9. Generating Erlang source
6.10. Cleaning
7. Packages and dependencies
7.1. Searching packages
7.2. Adding dependencies to your project
7.3. How deps are fetched and built
7.4. Ignoring unwanted dependencies
7.5. Dependencies directory
7.6. Dependencies local to the repository
7.7. Repositories with no application at the root level
7.8. Autopatch
7.9. Skipping deps
8. Compatibility with other build tools
8.1. Rebar projects as Erlang.mk dependencies
8.2. Erlang.mk projects as Rebar dependencies
II. Advanced
9. External plugins
9.1. Loading all plugins from a dependency
9.2. Loading one plugin from a dependency
9.3. Writing external plugins
III. About Erlang.mk
10. Why Erlang.mk
10.1. Erlang.mk is fast
10.2. Erlang.mk gives you the full power of Unix
10.3. Erlang.mk is a text file
10.4. Erlang.mk can manage Erlang itself
10.5. Erlang.mk can do more than Erlang
10.6. Erlang.mk integrates nicely in Make and Automake projects
diff --git a/guide/pt01.html b/guide/pt01.html index 53b1c8d..07558d1 100644 --- a/guide/pt01.html +++ b/guide/pt01.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/pt02.html b/guide/pt02.html index c84cede..650b19f 100644 --- a/guide/pt02.html +++ b/guide/pt02.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
diff --git a/guide/pt03.html b/guide/pt03.html index 73ffdf0..4dd836c 100644 --- a/guide/pt03.html +++ b/guide/pt03.html @@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
-- cgit v1.2.3