* add m4 macro for documentation, unit tests and coverage
authorcaro <caro>
Thu, 16 Oct 2008 08:41:40 +0000 (08:41 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 16 Oct 2008 08:41:40 +0000 (08:41 +0000)
commit8517cc2f77bdda4bd5e4ce23dc6100780fe79d84
tree971032a7ed13a5049c82902bf8252ba50122c4e7
parent15202e390b2aef8236a8220db414292d7bdf79b9
 * add m4 macro for documentation, unit tests and coverage
 * put documentation related files in doc, remove gendoc and
   add a doc rule to create the documentation and a doc tarball
   named eet-doc-$(version).tar.bz2
 * minor cleanup in the autotools

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@36706 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
14 files changed:
Doxyfile [deleted file]
Makefile.am
configure.ac
doc/Doxyfile
doc/Makefile.am
doc/eet.c.in [moved from eet.c.in with 100% similarity]
gendoc [deleted file]
m4/ac_attribute.m4 [new file with mode: 0644]
m4/doxygen.m4 [deleted file]
m4/efl_coverage.m4 [new file with mode: 0644]
m4/efl_doxygen.m4 [new file with mode: 0644]
m4/efl_tests.m4 [new file with mode: 0644]
src/lib/Makefile.am
src/tests/Makefile.am