From 54139dbe091c4cbf7922917df722109778488f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pinot?= Date: Fri, 27 Apr 2012 10:34:49 +0000 Subject: [PATCH] =?UTF-8?q?From:=20J=C3=A9r=C3=B4me=20Pinot=20=20Subject:=20[E-devel]=20[patch]=20missing=20doxygen=20f?= =?UTF-8?q?iles=20in=20release=20tarballs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch add to EXTRA_DIST essential files for doxygen small build fix: SVN revision: 70514 --- legacy/ecore/doc/Makefile.am | 2 +- legacy/edje/doc/Makefile.am | 2 +- legacy/eet/doc/Makefile.am | 3 ++- legacy/emotion/doc/Makefile.am | 2 +- legacy/evas/doc/Makefile.am | 3 ++- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/legacy/ecore/doc/Makefile.am b/legacy/ecore/doc/Makefile.am index 09ce976b72..8bffa14447 100644 --- a/legacy/ecore/doc/Makefile.am +++ b/legacy/ecore/doc/Makefile.am @@ -30,4 +30,4 @@ doc: endif -EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html ecore.dox.in +EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html ecore.dox.in examples.dox diff --git a/legacy/edje/doc/Makefile.am b/legacy/edje/doc/Makefile.am index 97c2a68af0..b00aa037c0 100644 --- a/legacy/edje/doc/Makefile.am +++ b/legacy/edje/doc/Makefile.am @@ -32,4 +32,4 @@ doc: endif EXTRA_DIST = Doxyfile e.css foot.html head.html $(wildcard img/*.*) \ - $(wildcard examples/*.*) + $(wildcard examples/*.*) examples.dox diff --git a/legacy/eet/doc/Makefile.am b/legacy/eet/doc/Makefile.am index 4eeb438379..f49a79b896 100644 --- a/legacy/eet/doc/Makefile.am +++ b/legacy/eet/doc/Makefile.am @@ -37,4 +37,5 @@ EXTRA_DIST = $(builddir)/Doxyfile \ $(srcdir)/foot.html \ $(srcdir)/head.html \ $(wildcard $(srcdir)/img/*.*) \ - $(srcdir)/eet.dox.in + $(srcdir)/eet.dox.in \ + $(srcdir)/examples.dox diff --git a/legacy/emotion/doc/Makefile.am b/legacy/emotion/doc/Makefile.am index 7f1257b479..f5cdc41160 100644 --- a/legacy/emotion/doc/Makefile.am +++ b/legacy/emotion/doc/Makefile.am @@ -30,4 +30,4 @@ doc: endif -EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html +EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html examples.dox diff --git a/legacy/evas/doc/Makefile.am b/legacy/evas/doc/Makefile.am index 900c3d90c6..10b19d577b 100644 --- a/legacy/evas/doc/Makefile.am +++ b/legacy/evas/doc/Makefile.am @@ -37,4 +37,5 @@ EXTRA_DIST = $(srcdir)/Doxyfile.in \ $(srcdir)/e.css \ $(srcdir)/head.html \ $(srcdir)/foot.html \ - $(srcdir)/evas.dox.in + $(srcdir)/evas.dox.in \ + $(srcdir)/examples.dox