aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-03-20 15:34:01 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-03-20 15:34:01 +0100
commitdb3dea9a59746b26b966b022d046ec8e44c37539 (patch)
tree5c6145d539579d3fab7770a2518c72eba81e70ea /README.md
parente2d3b306a08bb536209f9a101315ad036186fe4c (diff)
Use bash script to generate doc instead of cmake
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index bcf99819..55fc453e 100644
--- a/README.md
+++ b/README.md
@@ -33,17 +33,21 @@ cmake ..
Generate a PDF version :
```bash
-make pdf
+gendocs.sh pdf
```
Serve an HTML version, this will run a web server that will serve you locally documentation :
```bash
-make serve
+gendocs.sh serve
```
Generate doxygen documentation:
```bash
-make doxygen
+gendocs.sh doxygen
+```
+or
+```bash
+cd build && make doxygen
``` \ No newline at end of file