Merge pull request #4179 from AlessandroA/uvisor_makefile_fix_cp_cmd

uVisor: Fix copy of quick-start doc in exporter script
pull/2203/merge
Sam Grove 2017-04-19 02:22:14 -05:00 committed by GitHub
commit c710f46993
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ rsync:
cp $(UVISOR_DIR)/core/cmsis/inc/core_cmSecureAccess.h $(MBED_OS_CMSIS)/ cp $(UVISOR_DIR)/core/cmsis/inc/core_cmSecureAccess.h $(MBED_OS_CMSIS)/
# #
# Copying the documentation... # 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 # Copying licenses
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED) cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)