Ecore: copy images to latex doc dir so we can create PDF.
authorJonas M. Gastal <jgastal@profusion.mobi>
Mon, 18 Jul 2011 14:03:23 +0000 (14:03 +0000)
committerJonas M. Gastal <jgastal@profusion.mobi>
Mon, 18 Jul 2011 14:03:23 +0000 (14:03 +0000)
SVN revision: 61480

legacy/ecore/doc/Makefile.am

index 8547b40..09ce976 100644 (file)
@@ -12,6 +12,7 @@ doc-clean:
 doc: all doc-clean
        $(efl_doxygen)
        cp $(srcdir)/img/* html/
+       cp $(srcdir)/img/* latex/
        rm -rf $(PACKAGE_DOCNAME).tar*
        mkdir -p $(PACKAGE_DOCNAME)/doc
        cp -R html/ latex/ man/ $(PACKAGE_DOCNAME)/doc