diff --git a/build/Makefile b/build/Makefile
index a24ab759a464d481ca5c011ae3feb43f149ea83d..225df3c269874cfe5d8e5bff086f4333009eef92 100644 (file)
--- a/build/Makefile
+++ b/build/Makefile
@cp -R $(LINALG_BASE_DIR)/src/ti/linalg/docs exports/$(PACKAGE_NAME)
@ln -s doxygen/html/index.html exports/$(PACKAGE_NAME)/docs/linalg_user_guide.html
@cp -R $(LINALG_BASE_DIR)/$(EXAMPLES)/* exports/$(PACKAGE_NAME)/examples/
- @cp -R $(LINALG_BASE_DIR)/examples/readme.txt exports/$(PACKAGE_NAME)/examples/
@echo "archive files to tar ball ..."
@cd exports; zip -q -r $(PACKAGE_NAME).zip $(PACKAGE_NAME)