[babl] remove bablfishpath



commit b54f283eb51e25ba69e8ea2e3011f0414f508dd5
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Nov 19 18:14:11 2016 +0100

    remove bablfishpath

 docs/Makefile.am          |   21 ++-------------------
 docs/index-static.html.in |    5 -----
 2 files changed, 2 insertions(+), 24 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 17d01ca..e53d9a9 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -13,8 +13,7 @@ DIST_SUBDIRS= graphics
 #
 #
 HTML_FILES = index-static.html         \
-            index.html         \
-            BablFishPath.html
+            index.html         
 
 EXTRA_DIST=                    \
        babl.css                \
@@ -24,33 +23,18 @@ EXTRA_DIST=                         \
        COPYING                 \
        COPYING.LESSER
 
-BUILT_EXTRA_DIST = index.html BablFishPath.html BablFishPath.txt
+BUILT_EXTRA_DIST = index.html 
 
 CLEANFILES = README changelog.rss
 DISTCLEANFILES = index-static.html $(BUILT_EXTRA_DIST)
 
 all: $(HTML_FILES)
 
-
-BablFishPath.html: $(babl_fish_path_dhtml)
-       echo -n "HTML:"
-       echo -n " $@"
-       export BABL_PATH="$(top_builddir)/extensions:$(top_builddir)/extensions/.libs"; $< > $@ &&\
-       echo " [OK]" || echo " Fail"
-
-BablFishPath.txt: $(babl_fish_path_fitness)
-       echo -n "UTF8:"
-       echo -n " $@"
-       export BABL_PATH="$(top_builddir)/extensions:$(top_builddir)/extensions/.libs"; $< > $@ &&\
-       echo " [OK]" || echo " Fail"
-       if [ "x"$$CRUCIBLE_ID != "x" ] ;then echo;echo;cat $@;echo;echo;fi
-
 index.html: index-static.html                    \
            $(babl_html_dump)                    \
            $(top_srcdir)/AUTHORS                \
            $(top_srcdir)/TODO                   \
            $(top_srcdir)/NEWS                   \
-           BablFishPath.txt                     \
            Makefile.am
        echo -n "HTML: $@"
        cp $< $@ 
@@ -60,7 +44,6 @@ index.html: index-static.html                    \
        rm -f $$TMPFILE )
        echo -n "."
 
-       $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ BablFishPath BablFishPath.txt
        $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS
        $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ TODO $(top_srcdir)/TODO
        $(SHELL) $(top_srcdir)/docs/tools/xml_insert.sh $@ NEWS $(top_srcdir)/NEWS
diff --git a/docs/index-static.html.in b/docs/index-static.html.in
index 709a948..c71f236 100644
--- a/docs/index-static.html.in
+++ b/docs/index-static.html.in
@@ -300,11 +300,6 @@ lab_buffer  = malloc (pixel_count * 3 * sizeof (float));
     conversions. Dots indicate a direct conversion is provided for, the height
     of the bar indicates the number of conversions steps needed in a chain of
     conversions. 
-    A <a href='BablFishPath.html'>DHTML version</a> is also available.
-    </p>
-<pre style='font-size:50%;height:30em;overflow:scroll'>
-<!--BablFishPath-->
-</pre>
 
         <a name='Environment'></a>
         <h2>Environment</h2>


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