[gegl] docs: update some info in directory overview



commit bdc809fcedc80926faa4e6b2ff58da6794b50f49
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon May 16 12:39:21 2016 +0200

    docs: update some info in directory overview

 docs/source-overview.txt |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/docs/source-overview.txt b/docs/source-overview.txt
index b72e398..0f27fd2 100644
--- a/docs/source-overview.txt
+++ b/docs/source-overview.txt
@@ -1,9 +1,6 @@
 Source overview
 ---------------
 
-Directories marked with ⊙ use GNU make extensions to include any .c file
-dropped into the directory in the build.
-
  gegl-dist-root
   │
   │
@@ -37,12 +34,12 @@ dropped into the directory in the build.
   │
   ├──operations        Runtime loaded plug-ins for image processing operations.
   │   │
-  │   ├──core ⊙        Basic operations tightly coupled with GEGL.
+  │   ├──core          Basic operations tightly coupled with GEGL.
   │   ├──transform     Transforming operations (rotate/scale/translate)
-  │   ├──generated ⊙   Operations generated from scripts (currently
+  │   ├──generated     Operations generated from scripts (currently
   │   ├──external      Operations with external dependencies.
-  │   ├──common ⊙      Other operations.
-  │   └──workshop ⊙    Works in progress, (you must pass --enable-workshop
+  │   ├──common        Other operations.
+  │   └──workshop      Works in progress, (you must pass --enable-workshop
   │       │            when configurig to build these by default, you can enter
   │       │            the directory manually and type make && sudo make install
   │       │            as well.


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