]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/Makefile: Fix copying of figures folder
authorTimo Mueller <timo.mueller@bmw-carit.de>
Thu, 6 Dec 2012 09:19:51 +0000 (10:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 17:22:41 +0000 (17:22 +0000)
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 <richard.purdie@linuxfoundation.org>
documentation/Makefile

index 2807f12baebd6dde1be654960254c4be76f22cae..2668f31f0b071fb902ec0baeb62e1cea41ab2386 100644 (file)
@@ -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)