elementary: add make rule to generate screenshots of the examples.
[framework/uifw/elementary.git] / doc / Makefile.am
index 64ad65e..832a381 100644 (file)
@@ -11,7 +11,7 @@ doc-clean:
 
 doc: all doc-clean
        $(efl_doxygen)
-       cp $(srcdir)/img/* html/
+       cp -r $(srcdir)/img/* html/
        rm -rf $(PACKAGE_DOCNAME).tar*
        mkdir -p $(PACKAGE_DOCNAME)/doc
        cp -R html/ latex/ man/ $(PACKAGE_DOCNAME)/doc