commit | 8a76f922edbe1a1e0896837e8709cce7b6bf51a2 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Aug 29 14:02:58 2017 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Fri Sep 01 10:19:00 2017 -0700 |
tree | 254bf812bdc062bab0d41fc277ac33bbb94534ce | |
parent | 58580267359cdf84338f60c501d44bd69663befa [diff] [blame] |
Updating doc makefile Change-Id: I2b376d2d95d9ddd2aa0a74fbfc52a80dba242e79
diff --git a/docs/Makefile b/docs/Makefile index 371c8ad..ffc598c 100644 --- a/docs/Makefile +++ b/docs/Makefile
@@ -8,8 +8,8 @@ ln -s ../../orchestration/profiles profiles && \ gitbook init && gitbook install && gitbook build -book: build - gitbook serve & +book: clean build + gitbook serve clean: rm -rf _book; \ rm -rf node_modules; \