* add m4 macro for documentation, unit tests and coverage
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
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)
commit37c1cc50bd38395770cf8c0e2f5a33544e815dc7
tree971032a7ed13a5049c82902bf8252ba50122c4e7
parenta65335293bc0554114395c79d1c7af8c0dd8fbf0
 * 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: svn+ssh://svn.enlightenment.org/var/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