From 8bc81e0efd55a52ae79ce6c36de20d0b967eeff2 Mon Sep 17 00:00:00 2001 From: Alessandro Angelino Date: Wed, 12 Apr 2017 14:28:43 +0100 Subject: [PATCH] uVisor: Fix copy of quick-start doc in exporter script --- features/FEATURE_UVISOR/importer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/FEATURE_UVISOR/importer/Makefile b/features/FEATURE_UVISOR/importer/Makefile index 45a79e619b..1d38507628 100644 --- a/features/FEATURE_UVISOR/importer/Makefile +++ b/features/FEATURE_UVISOR/importer/Makefile @@ -84,7 +84,7 @@ rsync: cp $(UVISOR_DIR)/core/cmsis/inc/core_cmSecureAccess.h $(MBED_OS_CMSIS)/ # # Copying the documentation... - cp $(UVISOR_DIR)/docs/api/QUICKSTART.md $(TARGET_PREFIX)/README.md + cp $(UVISOR_DIR)/docs/*/QUICKSTART.md $(TARGET_PREFIX)/README.md # # Copying licenses cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)