[gegl] dist: avoid distribution bunches of PNGs



commit 224d7da4787c6d0a827eb63911e864629d1ebc44
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon May 25 01:25:25 2015 +0200

    dist: avoid distribution bunches of PNGs
    
    Both the gallery in docs and the test compositions use PNG images which increase the size of the tarball 
by, currently, around 35mb.

 docs/Makefile.am               |    4 ++--
 tests/compositions/Makefile.am |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 9683686..528810f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -76,13 +76,13 @@ BUILT_EXTRA_DIST = class-hierarchy.html operations.json $(ASC_DOC)
 EXTRA_DIST += $(BUILT_EXTRA_DIST)
 
 EXAMPLE_FILES = $(wildcard $(srcdir)/images/examples/*.png)
-EXTRA_DIST += $(EXAMPLE_FILES)
+# EXTRA_DIST += $(EXAMPLE_FILES)
 
 dist_gtkdochtml_DATA = $(GTKDOC_FILES)
 dist_gtkdocimg_DATA = \
        images/standard-input.png \
        images/standard-aux.png
-dist_gtkdocexample_DATA = $(EXAMPLE_FILES)
+#dist_gtkdocexample_DATA = $(EXAMPLE_FILES)
 
 
 CLEANFILES = README $(HTML_FILES) index.txt
diff --git a/tests/compositions/Makefile.am b/tests/compositions/Makefile.am
index 1e46fbd..40a2e18 100644
--- a/tests/compositions/Makefile.am
+++ b/tests/compositions/Makefile.am
@@ -10,7 +10,7 @@
 
 SUBDIRS=data
 
-EXTRA_DIST=$(wildcard $(srcdir)/*.xml) $(wildcard $(srcdir)/reference/*) run-compositions.py
+EXTRA_DIST=$(wildcard $(srcdir)/*.xml) run-compositions.py
 
 TESTS = \
   affine-with-negative.xml        \
@@ -39,7 +39,7 @@ TESTS = \
   image-compare.xml               \
   lens-flare.xml                  \
   mantiuk06.xml                   \
-  noise-cell.xml                  \ 
+  noise-cell.xml                  \
   noise-hurl.xml                  \
   noise-simplex.xml               \
   noise-solid.xml                 \


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