Ecore: copy images to latex doc dir so we can create PDF.

SVN revision: 61480
This commit is contained in:
Jonas M. Gastal 2011-07-18 14:03:23 +00:00
parent 6b39139e05
commit 9023cef248
1 changed files with 1 additions and 0 deletions

View 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