gegl r2596 - trunk/docs



Author: ok
Date: Sun Oct  5 20:59:31 2008
New Revision: 2596
URL: http://svn.gnome.org/viewvc/gegl?rev=2596&view=rev

Log:
* Makefile.am: install operations.html
* index-static.txt.in: updated contents.


Modified:
   trunk/docs/ChangeLog
   trunk/docs/Makefile.am
   trunk/docs/index-static.txt.in

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Sun Oct  5 20:59:31 2008
@@ -188,6 +188,7 @@
 	    $(srcdir)/gegl-operation-source.h.html          \
 	    $(srcdir)/gegl-plugin.h.html $(help_dir)
 endif
+	$(INSTALL) $(srcdir)/operations.html $(help_dir)
 if HAVE_RUBY
 	$(INSTALL) $(srcdir)/api.html $(help_dir)
 endif
@@ -198,6 +199,7 @@
 if HAVE_ENSCRIPT
 	rm -f $(help_dir)/brightness-contrast.c.html $(help_dir)/gegl.h.html
 	rm -f $(help_dir)/gegl-operation.h.html $(help_dir)/gegl-plugin.h.html \
+	    $(help_dir)/operations.html 	\
 	    $(help_dir)/gegl-operation-filter.h.html 	\
 	    $(help_dir)/gegl-operation-composer.h.html 	\
 	    $(help_dir)/gegl-operation-area-filter.h.html     \

Modified: trunk/docs/index-static.txt.in
==============================================================================
--- trunk/docs/index-static.txt.in	(original)
+++ trunk/docs/index-static.txt.in	Sun Oct  5 20:59:31 2008
@@ -26,10 +26,11 @@
   - Processing
      * Iterative chunk-wise processing.
      * Processes subregions and dependencies.
-     * Subgraph caches to aid non destructive editing performance.
+     * Subgraph caches to aid performance of non-destructive editing.
   - link:api.html#GeglBuffer[GeglBuffer]
      * Storage of all babl supported formats.
      * Tiled sparse buffers (larger than RAM images).
+     * linear buffers (allocated internally or from external allocation.)
      * On demand tiled mipmapping.
      * inter process shared storage
   - Operations



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