Commit Graph

13 Commits

Author SHA1 Message Date
Gustavo Sverzut Barbieri 3ab5491316 fix distcheck on couple packages, problems with EXTRA_DIST
Do NOT include dirs in EXTRA_DIST (embryo, eet, ecore, evas, edje,
efreet) as it will include .svn directories!

EXTRA_DIST does not take a glob as ETK did, use $(wildcard glob) to
expand it.

And do not forget about adding extra files to EXTRA_DIST (wizard) and
DIST_SUBDIRS (fileman_opinfo).




SVN revision: 40247
2009-04-20 13:38:49 +00:00
Vincent Torri 62ca2f49f2 fix logic in efl_doxygen.m4
SVN revision: 38700
2009-01-22 21:14:12 +00:00
Vincent Torri 852046b7cd use e.css instead of eet.css
SVN revision: 37115
2008-10-26 07:13:12 +00:00
Vincent Torri f375b8fd4f autotools cleanups:
* reorganize configure.ac
 * select default opptions in configure.ac (disable openssl
   for windows ce)
 * fix Libs.private field and add Requires field in eep.pc
 * rename eet.c.in to eet.dox.in
 * use css file from other packages. Now the doc is correctly
   displayd (need a rename of eet.css to e.css, though. will be
   next commit)


SVN revision: 37114
2008-10-26 07:05:11 +00:00
Kim Woelders dcb2e6ea27 Fix distcheck.
SVN revision: 36794
2008-10-18 21:13:11 +00:00
Vincent Torri 3e4465c4fa * 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


SVN revision: 36706
2008-10-16 08:41:40 +00:00
Michael Jennings 7be982b306 Portability good. vapier bad.
SVN revision: 17083
2005-09-30 04:05:43 +00:00
Mike Frysinger bafe902b70 need -p for mkdir and add back in proper quoting
SVN revision: 17081
2005-09-30 02:02:03 +00:00
Carsten Haitzler dbde72428c work... properly
SVN revision: 17069
2005-09-29 15:03:20 +00:00
doursse 1f858bcfeb too many rm
SVN revision: 17063
2005-09-29 10:20:18 +00:00
doursse e69de7fbae add clean rules and add files for distribution
SVN revision: 17062
2005-09-29 10:15:47 +00:00
Mike Frysinger f6a74a24f7 respect $(DESTDIR) as reported by Mike Russo via e-mail
SVN revision: 17060
2005-09-29 07:56:42 +00:00
doursse 857aefef11 installation of the doc with the autofoo. gendoc is not used anymore. The documentation is built and installed only if doxygen exists. If it's good, I'll commit the same stuff for the other packages
SVN revision: 17001
2005-09-27 22:10:09 +00:00