[CORD-3111] Pulling in OLT Installation docs

Change-Id: I3c1450fa608e2371ef46fe94e2f6e5f81a614bdc
diff --git a/Makefile b/Makefile
index 47166a3..2d86d5f 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 build: setup
 	gitbook build
 
-setup: automation-tools cord-tester fabric vrouter xos xos-gui xos-tosca swagger $(GENERATED_DOCS)
+setup: automation-tools cord-tester fabric openolt vrouter xos xos-gui xos-tosca swagger $(GENERATED_DOCS)
 	gitbook init
 	gitbook install
 
@@ -47,6 +47,9 @@
 fabric:
 	ln -s ../orchestration/xos_services/fabric/docs fabric
 
+openolt:
+	ln -s ../incubator/openolt openolt
+
 vrouter:
 	ln -s ../orchestration/xos_services/vrouter/docs vrouter
 
@@ -66,5 +69,5 @@
 	rm -rf $(GENERATED_DOCS)
 	rm -rf _book
 	rm -rf node_modules
-	rm -rf automation-tools cord-tester fabric vrouter test xos xos-gui xos-tosca
+	rm -rf automation-tools cord-tester fabric openolt vrouter test xos xos-gui xos-tosca