[yocto] [PATCH 1/3] documentation/Makefile: Fix copying of figures folder

mail at timomueller.eu mail at timomueller.eu
Thu Dec 6 01:19:51 PST 2012


From: Timo Mueller <timo.mueller at bmw-carit.de>

When calling the eclipse target twice without calling clean in between
the figures folder was copied as a subfolder of the existing figures
folder. This patch fixes the copy command to correctly copy the
figures folder.
---
 documentation/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/documentation/Makefile b/documentation/Makefile
index 7da14a4..ddef079 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -291,7 +291,7 @@ else
 				-o eclipse/$(DOC).html \
 				$(DOC)-eclipse-customization.xsl $(DOC).xml && \
 		mv eclipse/toc.xml eclipse/$(DOC)-toc.xml && \
-		cp -rf $(FIGURES) eclipse/$(BASE_DIR)/$(FIGURES) && \
+		cp -rf $(FIGURES) eclipse/$(BASE_DIR) && \
 		cd ..;
 
 	$(call modify-eclipse)
-- 
1.7.7.6




More information about the yocto mailing list