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)