From 5554aa63f0867453418799870430140e4e64ca42 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 2 Jul 2012 12:22:39 +0000 Subject: [PATCH] eeze/doc: Copy images also into latex folder and use srcdir for EXTRA_DIST SVN revision: 73157 --- legacy/eeze/doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/eeze/doc/Makefile.am b/legacy/eeze/doc/Makefile.am index 922b87b84b..fefb76334f 100644 --- a/legacy/eeze/doc/Makefile.am +++ b/legacy/eeze/doc/Makefile.am @@ -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