Emotion: fix pdf doc generation.

SVN revision: 62106
This commit is contained in:
Jonas M. Gastal 2011-08-04 20:55:47 +00:00
parent 30fe4be948
commit 6648c02cb9
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