[CORD-2341]
Update build variable glossary for 4.1 release
[CORD-2346]
Fix `make clean` for documentation
Change-Id: Ia4d5037ce2644f74f62c79ef90cf5d3243b27ffd
diff --git a/docs/Makefile b/docs/Makefile
index e9ae825..8f616f9 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -34,7 +34,7 @@
ln -s ../../test/cord-tester/docs cord-tester
profiles:
- mkdir profiles
+ mkdir -p profiles
ln -s ../../../orchestration/profiles/rcord/docs profiles/rcord
ln -s ../../../orchestration/profiles/ecord/docs profiles/ecord
ln -s ../../../orchestration/profiles/mcord/docs profiles/mcord
@@ -59,5 +59,5 @@
rm -rf $(GENERATED_DOCS)
rm -rf _book
rm -rf node_modules
- rm -rf platform-install test profiles xos xos-gui xos-tosca
+ rm -f platform-install test profiles/* xos xos-gui xos-tosca