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