summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2016-02-04 15:28:16 +0100
committerUlf Wiger <ulf@feuerlabs.com>2016-02-09 21:49:49 +0100
commitebfe8c06ee119b5c18e296a9d1eef0a9f0195d1f (patch)
treeb7fc5456c371c2fd513d48ff078da0dc793a660c /BUILD.md
parentfa8d8646cf5cb73a52067a3b7af20d3982b7f62f (diff)
downloadrvi_core-ebfe8c06ee119b5c18e296a9d1eef0a9f0195d1f.tar.gz
create PDF files
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index d39ef7c..d7367e6 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -1,3 +1,9 @@
+<style type="text/css" media="print">
+ div.pagebreak
+ {
+ page-break-before: always;
+ }
+</style>
Copyright (C) 2014-2016, Jaguar Land Rover
This document is licensed under Creative Commons
@@ -37,6 +43,8 @@ Please note that the configuration process described in
----
+<div class="pagebreak"></div>
+
# INSTALLATION PROCESS #
## INSTALL DEVELOPMENT TOOLS ##
@@ -91,7 +99,9 @@ top level project in the ```rvi``` directory.
The local ```rebar``` command is used to retrieve the dependencies. See
```rebar.config``` and ```deps/*/rebar.config``` for a list of
-dependencies.
+dependencies.
+
+<div class="pagebreak"></div>
See the [rebar](https://github.com/basho/rebar) project for a detailed
description of the rebar Erlang build tool.