[gegl] docs: clean up doc build files



commit b4056cf0a1433f1d5ec5f9f18afb9e708cd2d4d0
Author: John <jtm home gmail com>
Date:   Tue Feb 16 14:55:27 2021 +0000

    docs: clean up doc build files

 docs/meson.build                           |  14 +-
 docs/website/operations/images/meson.build | 240 +----------------------------
 2 files changed, 8 insertions(+), 246 deletions(-)
---
diff --git a/docs/meson.build b/docs/meson.build
index f8c8b6fd8..410e95df0 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -8,7 +8,7 @@ endif
 
 # website
 doc_env = [
-  'GEGL_SWAP=' + meson.current_build_dir() / 'RAM',
+  'GEGL_SWAP=' + project_build_root / 'RAM',
   'GEGL_PATH=' + gegl_operations_build_dir,
   'BABL_TOLERANCE=0.0',
 ]
@@ -34,16 +34,11 @@ configure_file(
   copy: true,
 )
 
-# asciidoc html files
-asciidoc_config = configuration_data()
-asciidoc_config.set('top_srcdir', project_source_root)
-
+# stand-alone asciidoc files - not part of website
 asciidoc_files = files(
   'NEWS.adoc',
-  'abyss_policy.adoc',
   'contribute.adoc',
   'editor.adoc',
-  'environment.adoc',
   'journal.adoc',
 )
 asciidoc_files += [
@@ -68,7 +63,6 @@ foreach _file: asciidoc_files
       '-a', 'stylesheet=@0@'.format(
         meson.current_build_dir() / 'gegl.css'
       ),
-      '-a', 'highlight=@0@'.format(source_highlight.found()),
       '-a', 'quirks!',
       '@INPUT@',
     ],
@@ -77,7 +71,7 @@ foreach _file: asciidoc_files
 endforeach
 news_html = _tgt[0]
 
-# website html files
+# website asciidoc files
 if can_run_host_binaries
   gegl_usage = custom_target(
     'gegl_usage_txt',
@@ -92,8 +86,10 @@ endif
 
 website_asciidoc_files = files(
   'index.adoc',
+  'abyss_policy.adoc',
   'commandline.adoc',
   'development.adoc',
+  'environment.adoc',
   'features.adoc',
   'gegl-chain.adoc',
   'glossary.adoc',
diff --git a/docs/website/operations/images/meson.build b/docs/website/operations/images/meson.build
index 28ccd29a7..31323cf00 100644
--- a/docs/website/operations/images/meson.build
+++ b/docs/website/operations/images/meson.build
@@ -64,253 +64,19 @@ exclude += [
   'gegl:lcms-from-profile',
   'gegl:mblur',
 ]
-
 # Crashing - workshop
 exclude += [
   'gegl:alpha-inpaint',
   'gegl:integral-image',
-  'gegl:lens-correct',
 ]
-
-# workshop
-exclude += [
-  # 'gegl:aces-rrt',
-  # 'gegl:band-tune',
-  # 'gegl:bilateral-filter-fast',
-  # 'gegl:blend-reflect',
-  # 'gegl:boxblur',
-  # 'gegl:boxblur-1d',
-]
-
-# rest
+# Leaking buffers - Workshop
 exclude += [
-  # 'gegl:absolute',
-  # 'gegl:add',
-  # 'gegl:alien-map',
-  # 'gegl:antialias',
-  # 'gegl:apply-lens',
-  # 'gegl:average',
-  # 'gegl:bayer-matrix',
-  # 'gegl:bilateral-filter',
-  # 'gegl:bloom',
-  # 'gegl:border-align',
-  # 'gegl:box-blur',
-  # 'gegl:brightness-contrast',
-  # 'gegl:bump-map',
-  # 'gegl:c2g',
-  # 'gegl:cartoon',
-  # 'gegl:cast-space',
-  # 'gegl:cell-noise',
-  # 'gegl:channel-mixer',
-  # 'gegl:checkerboard',
-  # 'gegl:color',
-  # 'gegl:color-assimilation-grid',
-  # 'gegl:color-enhance',
-  # 'gegl:color-exchange',
-  # 'gegl:color-overlay',
-  # 'gegl:color-rotate',
-  # 'gegl:color-temperature',
-  # 'gegl:color-to-alpha',
-  # 'gegl:color-warp',
-  # 'gegl:component-extract',
-  # 'gegl:connected-components',
-  # 'gegl:contrast-curve',
-  # 'gegl:convert-space',
-  # 'gegl:convolution-matrix',
-  # 'gegl:crop',
-  # 'gegl:cubism',
-  # 'gegl:deinterlace',
-  # 'gegl:demosaic-bimedian',
-  # 'gegl:demosaic-simple',
-  # 'gegl:difference-of-gaussians',
-  # 'gegl:diffraction-patterns',
-  # 'gegl:displace',
-  # 'gegl:distance-transform',
-  # 'gegl:dither',
-  # 'gegl:ditto',
-  # 'gegl:divide',
-  # 'gegl:domain-transform',
-  # 'gegl:dropshadow',
-  # 'gegl:edge',
-  # 'gegl:edge-laplace',
-  # 'gegl:edge-neon',
-  # 'gegl:edge-sobel',
-  # 'gegl:emboss',
-  # 'gegl:engrave',
-  # 'gegl:exp-combine',
-  # 'gegl:exposure',
-  # 'gegl:fattal02',
-  # 'gegl:fill-path',
-  # 'gegl:focus-blur',
-  # 'gegl:fractal-explorer',
-  # 'gegl:fractal-trace',
-  # 'gegl:gamma',
-  # 'gegl:gaussian-blur',
-  # 'gegl:gaussian-blur-selective',
-  # 'gegl:gblur-1d',
-  # 'gegl:gluas',
-  # 'gegl:gradient-map',
-  # 'gegl:gray',
-  # 'gegl:gray-component-replacement',
-  # 'gegl:grid',
-  # 'gegl:high-pass',
-  # 'gegl:hue-chroma',
-  # 'gegl:illusion',
-  # 'gegl:image-gradient',
-  # 'gegl:invert-gamma',
-  # 'gegl:invert-linear',
-  # 'gegl:json:dropshadow2',
-  # 'gegl:json:grey2',
-  # 'gegl:layer',
-  # 'gegl:lens-blur',
-  # 'gegl:lens-distortion',
-  # 'gegl:lens-flare',
-  # 'gegl:levels',
-  # 'gegl:linear-gradient',
-  # 'gegl:linear-sinusoid',
-  # 'gegl:long-shadow',
-  # 'gegl:mantiuk06',
-  # 'gegl:map-absolute',
-  # 'gegl:map-relative',
-  # 'gegl:matting-global',
-  # 'gegl:matting-levin',
-  # 'gegl:maze',
-  # 'gegl:mean-curvature-blur',
-  # 'gegl:median-blur',
-  # 'gegl:mirrors',
-  # 'gegl:mix',
-  # 'gegl:mono-mixer',
-  # 'gegl:mosaic',
-  # 'gegl:motion-blur-circular',
-  # 'gegl:motion-blur-linear',
-  # 'gegl:motion-blur-zoom',
-  # 'gegl:multiply',
-  # 'gegl:negation',
-  # 'gegl:negative-darkroom',
-  # 'gegl:newsprint',
-  # 'gegl:noise-cie-lch',
-  # 'gegl:noise-hsv',
-  # 'gegl:noise-hurl',
-  # 'gegl:noise-pick',
-  # 'gegl:noise-reduction',
-  # 'gegl:noise-rgb',
-  # 'gegl:noise-slur',
-  # 'gegl:noise-solid',
-  # 'gegl:noise-spread',
-  # 'gegl:normal-map',
-  # 'gegl:npd',
-  # 'gegl:oilify',
-  # 'gegl:opacity',
-  # 'gegl:pack',
-  # 'gegl:panorama-projection',
-  # 'gegl:path',
-  # 'gegl:perlin-noise',
-  # 'gegl:photocopy',
-  # 'gegl:piecewise-blend',
-  # 'gegl:pixelize',
-  # 'gegl:plasma',
-  # 'gegl:polar-coordinates',
-  # 'gegl:posterize',
-  # 'gegl:radial-gradient',
-  # 'gegl:rectangle',
-  # 'gegl:recursive-transform',
-  # 'gegl:red-eye-removal',
-  # 'gegl:reflect',
-  # 'gegl:reinhard05',
-  # 'gegl:remap',
-  # 'gegl:reset-origin',
-  # 'gegl:rgb-clip',
-  # 'gegl:ripple',
-  # 'gegl:rotate',
-  # 'gegl:rotate-on-center',
-  # 'gegl:saturation',
-  # 'gegl:scale-ratio',
-  # 'gegl:scale-size',
-  # 'gegl:scale-size-keepaspect',
-  # 'gegl:seamless-clone',
-  # 'gegl:seamless-clone-compose',
-  # 'gegl:segment-kmeans',
-  # 'gegl:selective-hue-saturation',
-  # 'gegl:sepia',
-  # 'gegl:shadows-highlights',
-  # 'gegl:shadows-highlights-correction',
-  # 'gegl:shear',
-  # 'gegl:shift',
-  # 'gegl:simplex-noise',
-  # 'gegl:sinus',
-  # 'gegl:slic',
-  # 'gegl:snn-mean',
-  # 'gegl:soft-burn',
-  # 'gegl:soft-dodge',
-  # 'gegl:softglow',
-  # 'gegl:soft-light',
-  # 'gegl:spherize',
-  # 'gegl:spiral',
-  # 'gegl:stereographic-projection',
-  # 'gegl:stress',
-  # 'gegl:stretch-contrast',
-  # 'gegl:stretch-contrast-hsv',
-  # 'gegl:subtract',
-  # 'gegl:subtractive',
-  # 'gegl:supernova',
-  # 'gegl:svg-huerotate',
-  # 'gegl:svg-luminancetoalpha',
-  # 'gegl:svg-matrix',
-  # 'gegl:svg-saturate',
-  # 'gegl:text',
-  # 'gegl:texturize-canvas',
-  # 'gegl:threshold',
-  # 'gegl:tile',
-  # 'gegl:tile-glass',
-  # 'gegl:tile-paper',
-  # 'gegl:tile-seamless',
-  # 'gegl:transform',
-  # 'gegl:translate',
-  # 'gegl:unpremultiply',
-  # 'gegl:unsharp-mask',
-  # 'gegl:value-invert',
-  # 'gegl:value-propagate',
-  # 'gegl:variable-blur',
-  # 'gegl:vector-stroke',
-  # 'gegl:video-degradation',
-  # 'gegl:vignette',
-  # 'gegl:voronoi-diagram',
-  # 'gegl:warp',
-  # 'gegl:waterpixels',
-  # 'gegl:watershed-transform',
-  # 'gegl:wavelet-blur',
-  # 'gegl:wavelet-blur-1d',
-  # 'gegl:waves',
-  # 'gegl:weighted-blend',
-  # 'gegl:whirl-pinch',
-  # 'gegl:wind',
-  # 'svg:clear',
-  # 'svg:color-burn',
-  # 'svg:color-dodge',
-  # 'svg:darken',
-  # 'svg:difference',
-  # 'svg:dst',
-  # 'svg:dst-atop',
-  # 'svg:dst-in',
-  # 'svg:dst-out',
-  # 'svg:dst-over',
-  # 'svg:exclusion',
-  # 'svg:hard-light',
-  # 'svg:lighten',
-  # 'svg:overlay',
-  # 'svg:plus',
-  # 'svg:screen',
-  # 'svg:src',
-  # 'svg:src-atop',
-  # 'svg:src-in',
-  # 'svg:src-out',
-  # 'svg:src-over',
-  # 'svg:xor',
+  'gegl:aces-rrt',
 ]
 
 doc_ops_img_cmd = [
   gegl_tester,
-  '--gegl-swap=RAM',
+  '--gegl-swap=@0@RAM'.format(project_build_root),
   '--data-directory', project_source_root / 'docs' / 'images',
   '--output-directory', '@OUTDIR@',
   '--all',


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