From: Jérôme Pinot <ngc891@gmail.com>

Subject: [E-devel] [patch] missing doxygen files in release tarballs

This patch add to EXTRA_DIST essential files for doxygen

small build fix:



SVN revision: 70514
This commit is contained in:
Jérôme Pinot 2012-04-27 10:34:49 +00:00 committed by Carsten Haitzler
parent 848b453e5b
commit 54139dbe09
5 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -32,4 +32,4 @@ doc:
endif
EXTRA_DIST = Doxyfile e.css foot.html head.html $(wildcard img/*.*) \
$(wildcard examples/*.*)
$(wildcard examples/*.*) examples.dox

View File

@ -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

View File

@ -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

View File

@ -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