expanded guide content
Change-Id: I7f0229023e493bf85876e5b5632ee7e611d5aa85
diff --git a/docs/Makefile b/docs/Makefile
index befefd6..d6ccfd1 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,12 +1,12 @@
default: book
build:
- ln -s ../platform-install/docs platform-install; \
- ln -s ../../test/cord-tester/docs test; \
- ln -s ../../orchestration/xos/docs xos; \
- ln -s ../../orchestration/xos-gui/docs xos-gui; \
- ln -s ../../orchestration/profiles profiles; \
- gitbook init; gitbook install; gitbook build
+ ln -s ../platform-install/docs platform-install && \
+ ln -s ../../test/cord-tester/docs test && \
+ ln -s ../../orchestration/xos/docs xos && \
+ ln -s ../../orchestration/xos-gui/docs xos-gui && \
+ ln -s ../../orchestration/profiles profiles && \
+ gitbook init && gitbook install && gitbook build
book: build
gitbook serve &