diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-11 19:30:50 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-11 19:30:50 +0100 |
commit | 13ef1a3b311c6857036e65d5dfafc18a242471ea (patch) | |
tree | fcc50a2c510967e3882da7ccb373f230a7a0a827 /Makefile | |
parent | 04d13351e4929682d04146a3a7a5efb37c370326 (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-- | Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |