summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2016-02-24 20:55:26 +0100
committerUlf Wiger <ulf@feuerlabs.com>2016-02-24 20:55:26 +0100
commit33c6854a7cb6220c5fc0500457028f19ed237214 (patch)
tree8e7616e062a3da513a32245399fffaa2d25a3b45 /BUILD.md
parentf7ea6e3b12dd343cefd0565be87cef4329e51124 (diff)
downloadrvi_core-33c6854a7cb6220c5fc0500457028f19ed237214.tar.gz
generate PDF files
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/BUILD.md b/BUILD.md
index d7367e6..fb196c0 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -1,9 +1,4 @@
-<style type="text/css" media="print">
- div.pagebreak
- {
- page-break-before: always;
- }
-</style>
+<style type="text/css" media="print"> div.pb { page-break-before: always; } </style>
Copyright (C) 2014-2016, Jaguar Land Rover
This document is licensed under Creative Commons
@@ -43,7 +38,7 @@ Please note that the configuration process described in
----
-<div class="pagebreak"></div>
+<div class="pb"></div>
# INSTALLATION PROCESS #
@@ -88,7 +83,7 @@ to the build system.
The clone will be downloaded into a newly created ```rvi_core``` subdirectory.
-----
+<div class="pb"></div>
## BUILD THE RVI SYSTEM ##
@@ -101,8 +96,6 @@ The local ```rebar``` command is used to retrieve the dependencies. See
```rebar.config``` and ```deps/*/rebar.config``` for a list of
dependencies.
-<div class="pagebreak"></div>
-
See the [rebar](https://github.com/basho/rebar) project for a detailed
description of the rebar Erlang build tool.