Edje: copy images for latex so we can make pdf docs.

SVN revision: 62072
This commit is contained in:
Jonas M. Gastal 2011-08-03 21:02:53 +00:00
parent 3d8d6b4b67
commit c2d8bcb75d
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,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