From fcb3952ef6494b24cb9c822dc251b8f0affbe765 Mon Sep 17 00:00:00 2001 From: Timo Mueller Date: Thu, 6 Dec 2012 10:19:51 +0100 Subject: documentation/Makefile: Fix copying of figures folder 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. Signed-off-by: Richard Purdie --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index 2807f12bae..2668f31f0b 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -337,7 +337,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) -- cgit 1.2.3-korg