devel-docs: Update Directory structure in gimp-data era

This commit is contained in:
Bruno Lopes 2025-05-12 10:08:42 -03:00
parent c4e9af88bb
commit 0c10e6cb98
No known key found for this signature in database

View file

@ -407,14 +407,13 @@ top-level directories:
| app/ | Source code of the main GIMP application | | app/ | Source code of the main GIMP application |
| app-tools/ | Source code of distributed tools | | app-tools/ | Source code of distributed tools |
| build/ | Scripts for creating binary packages | | build/ | Scripts for creating binary packages |
| cursors/ | Bitmaps used to construct cursors | | data/ | Data files: dynamics, gradients, palettes… |
| data/ | Data files: brushes, gradients, patterns, images… |
| desktop/ | Desktop integration files | | desktop/ | Desktop integration files |
| devel-docs/ | Developers documentation | | devel-docs/ | Developers documentation |
| docs/ | Users documentation | | docs/ | Users documentation |
| etc/ | Configuration files installed with GIMP | | etc/ | Configuration files installed with GIMP |
| extensions/ | Source code of extensions | | extensions/ | Source code of extensions |
| icons/ | Official icon themes | | gimp-data/ | Raster or image data files |
| libgimp/ | Library for plug-ins (core does not link against) | | libgimp/ | Library for plug-ins (core does not link against) |
| libgimpbase/ | Basic functions shared by core and plug-ins | | libgimpbase/ | Basic functions shared by core and plug-ins |
| libgimpcolor/ | Color-related functions shared by core and plug-ins | | libgimpcolor/ | Color-related functions shared by core and plug-ins |