aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-11-11 19:30:50 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-11-11 19:30:50 +0100
commit13ef1a3b311c6857036e65d5dfafc18a242471ea (patch)
treefcc50a2c510967e3882da7ccb373f230a7a0a827 /Makefile
parent04d13351e4929682d04146a3a7a5efb37c370326 (diff)
webdocs: adjust layouts deps for UML/FLOW support
Change-Id: Ia8d366588a1ac75c3698050953bda7973bb87e55 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9d2b8e0..bd029ff 100644
--- a/Makefile
+++ b/Makefile
@@ -18,13 +18,16 @@ clean:
.PHONY: build
build:
- $(DOCBUILD) $(VERBOSE) --fetch --force --build
+ $(DOCBUILD) $(VERBOSE) --fetch --force
+ $(DOCBUILD) $(VERBOSE) --build
.PHONY: push
push:
- $(DOCBUILD) $(VERBOSE) --fetch --force --build --push
+ $(DOCBUILD) $(VERBOSE) --fetch --force
+ $(DOCBUILD) $(VERBOSE) --build --push
.PHONY: serve
serve:
- $(DOCBUILD) $(VERBOSE) ---fetch --force --build --serve
+ $(DOCBUILD) $(VERBOSE) --fetch --force
+ $(DOCBUILD) $(VERBOSE) --build --serve