eeze/doc: Copy images also into latex folder and use srcdir for EXTRA_DIST

SVN revision: 73157
This commit is contained in:
Stefan Schmidt 2012-07-02 12:22:39 +00:00
parent 005f6ba959
commit 5554aa63f0
1 changed files with 2 additions and 1 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
@ -29,4 +30,4 @@ doc:
endif
EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html eeze.dox.in
EXTRA_DIST = Doxyfile.in $(wildcard $(srcdir)img/*.*) e.css head.html foot.html eeze.dox.in