gegl r2862 - in trunk: . gegl/operation



Author: ok
Date: Sun Jan 11 00:06:35 2009
New Revision: 2862
URL: http://svn.gnome.org/viewvc/gegl?rev=2862&view=rev

Log:
* autogen.sh: do not generate api.html in autogen.sh (the attempt to
do so is out of sync with docs/Makefile.am anyways)
* gegl/operation/gegl-operation.h: indendation.
* configure.ac: increment version to 0.0.23 (seems to have slipped)


Modified:
   trunk/ChangeLog
   trunk/autogen.sh
   trunk/configure.ac
   trunk/gegl/operation/gegl-operation.h

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Sun Jan 11 00:06:35 2009
@@ -248,7 +248,8 @@
 (cd operations/generated;./other-blend.rb)
 (cd operations/generated;./math.rb)
 (cd operations/workshop/generated;./blend.rb)
-(cd docs/;../tools/create-reference.rb ../gegl/gegl.h.in api.html)
+
+#(cd docs/;../tools/create-reference.rb ../gegl/gegl.h.in api.html)
 
 echo
 echo "I am going to run ./configure with the following arguments:"

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Jan 11 00:06:35 2009
@@ -14,7 +14,7 @@
 
 m4_define([gegl_major_version], [0])
 m4_define([gegl_minor_version], [0])
-m4_define([gegl_micro_version], [22])
+m4_define([gegl_micro_version], [23])
 m4_define([gegl_real_version],
           [gegl_major_version.gegl_minor_version.gegl_micro_version])
 m4_define([gegl_version], [gegl_real_version])

Modified: trunk/gegl/operation/gegl-operation.h
==============================================================================
--- trunk/gegl/operation/gegl-operation.h	(original)
+++ trunk/gegl/operation/gegl-operation.h	Sun Jan 11 00:06:35 2009
@@ -226,8 +226,6 @@
 G_END_DECLS
 
 /***
- * foo:
- *
  */
 
 #endif /* __GEGL_OPERATION_H__ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]