Build Docs: Remove Workaround Copy Logic
The docs link on trustedfirmware.org has been updated
to the latest path of documentation.
The workaround copy logic could be removed.
Change-Id: Id18b6fc76b2202e6bbed694708ca91fb5a2b7d65
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
diff --git a/build-docs.sh b/build-docs.sh
index 77fb000..1a87450 100755
--- a/build-docs.sh
+++ b/build-docs.sh
@@ -26,6 +26,3 @@
-DMCUBOOT_PATH=../../mcuboot
cmake --build ./ -- tfm_docs_refman_html
cmake --build ./ -- tfm_docs_userguide_html
-
-mkdir -p install/doc
-cp -r docs/* install/doc/