There's something wrong with your last 2 commit

Seems you have committed edje_edit.patch (without the 2 new files) and not the 
cedric one.
probably edje is not compiling now  :(


----- "Enlightenment CVS" <[EMAIL PROTECTED]> ha scritto:

> Enlightenment CVS committal
> 
> Author  : raster
> Project : e17
> Module  : libs/edje
> 
> Dir     : e17/libs/edje
> 
> 
> Modified Files:
>       Doxyfile gendoc 
> 
> 
> Log Message:
> 
> 
> add cedrics dict check patch
> 
> ===================================================================
> RCS file: /cvs/e/e17/libs/edje/Doxyfile,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -3 -r1.4 -r1.5
> --- Doxyfile  6 Dec 2007 23:40:48 -0000       1.4
> +++ Doxyfile  6 Mar 2008 17:52:58 -0000       1.5
> @@ -1,7 +1,7 @@
>  PROJECT_NAME           = Edje
>  PROJECT_NUMBER         =
>  OUTPUT_DIRECTORY       = doc
> -INPUT                  = edje.c ./src/bin/edje_cc_handlers.c
> +INPUT                  = edje.c ./src/bin/edje_cc_handlers.c
> ./src/lib/Edje_Edit.h
>  IMAGE_PATH             = doc/img
>  OUTPUT_LANGUAGE        = English
>  GENERATE_HTML          = YES
> @@ -41,7 +41,7 @@
>  SHOW_INCLUDE_FILES     = NO
>  JAVADOC_AUTOBRIEF      = YES
>  MULTILINE_CPP_IS_BRIEF = NO
> -DETAILS_AT_TOP         = NO
> +DETAILS_AT_TOP         = YES
>  INHERIT_DOCS           = YES
>  INLINE_INFO            = YES
>  SORT_MEMBER_DOCS       = YES
> ===================================================================
> RCS file: /cvs/e/e17/libs/edje/gendoc,v
> retrieving revision 1.6
> retrieving revision 1.7
> diff -u -3 -r1.6 -r1.7
> --- gendoc    6 Dec 2007 23:42:38 -0000       1.6
> +++ gendoc    6 Mar 2008 17:52:58 -0000       1.7
> @@ -1,7 +1,7 @@
>  #!/bin/sh
>  cp ./edje.c.in ./edje.c
>  cat ./src/lib/Edje.h >> ./edje.c
> -for I in `find ./src/lib -name "*.c" -print`; do
> +for I in `find ./src/lib -name "*.c" -print | grep -v edje_edit.c`;
> do
>    cat $I >> ./edje.c
>  done
>  rm -rf ./doc/html ./doc/latex ./doc/man
> @@ -9,6 +9,8 @@
>  doxygen
>  cp doc/img/*.png doc/html/
>  cp doc/img/*.gif doc/html/
> +cp doc/img/*.jpg doc/html/
> +cp doc/*.css doc/html/
>  rm -f edje_docs.tar edje_docs.tar.gz
>  tar -cvf edje_docs.tar doc/html doc/man doc/latex
>  gzip -9 edje_docs.tar
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> enlightenment-cvs mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to