blob: befefd6520c0f536c89f044a0555d7dc66c217a4 [file] [log] [blame]
llpbd786de2017-07-07 15:57:27 -07001default: book
2
Larry Peterson456ff2c2017-07-13 15:42:24 -07003build:
llp18276982017-07-11 11:28:47 -07004 ln -s ../platform-install/docs platform-install; \
5 ln -s ../../test/cord-tester/docs test; \
6 ln -s ../../orchestration/xos/docs xos; \
Larry Peterson456ff2c2017-07-13 15:42:24 -07007 ln -s ../../orchestration/xos-gui/docs xos-gui; \
llp18276982017-07-11 11:28:47 -07008 ln -s ../../orchestration/profiles profiles; \
Larry Peterson456ff2c2017-07-13 15:42:24 -07009 gitbook init; gitbook install; gitbook build
llpbd786de2017-07-07 15:57:27 -070010
Larry Peterson456ff2c2017-07-13 15:42:24 -070011book: build
12 gitbook serve &
llpbd786de2017-07-07 15:57:27 -070013clean:
llp18276982017-07-11 11:28:47 -070014 rm -rf _book; \
Larry Peterson456ff2c2017-07-13 15:42:24 -070015 rm -rf node_modules; \
llp18276982017-07-11 11:28:47 -070016 rm platform-install; \
17 rm test; \
18 rm profiles; \
Larry Peterson456ff2c2017-07-13 15:42:24 -070019 rm xos; \
20 rm xos-gui
llp18276982017-07-11 11:28:47 -070021
22