Description: temporarily disable demo plugin
 this patch should be removed, when a new 
 version appears, where already no binaries
 in demo/plugin folder.
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2015-06-16

Index: gnuplot-6.0.3/demo/Makefile.in
===================================================================
--- gnuplot-6.0.3.orig/demo/Makefile.in
+++ gnuplot-6.0.3/demo/Makefile.in
@@ -340,7 +340,6 @@ latex_demo.log latex_demo.aux latex_cair
 
 BINARY_FILES = binary1 binary2 binary3 dodecahedron.bin
 SUBDIRS = $(PLUGIN_DIR)
-DIST_SUBDIRS = plugin
 DEMO = all.dem
 GNUPLOT = gnuplot
 EXTRA_DIST = Makefile.am.in scatter2.bin sine.bin using.bin gnuplot.cfg \
@@ -406,7 +405,6 @@ line.fnc reflect.fnc gen-random.inc stat
 bldg.png gradient.png icon64x64.png GM1_bonds.r3d blutux.rgb sound.par \
 sound2.par start.par gnuplot.rot gnu-valley random-points gpdemos.tcl html 
 
-@BUILD_PLUGIN_TRUE@PLUGIN_DIR = plugin
 all: all-recursive
 
 .SUFFIXES:
Index: gnuplot-6.0.3/demo/Makefile.am
===================================================================
--- gnuplot-6.0.3.orig/demo/Makefile.am
+++ gnuplot-6.0.3/demo/Makefile.am
@@ -12,7 +12,6 @@ latex_demo.log latex_demo.aux latex_cair
 BINARY_FILES = binary1 binary2 binary3 dodecahedron.bin
 
 SUBDIRS = $(PLUGIN_DIR)
-DIST_SUBDIRS = plugin
 
 DEMO = all.dem
 
@@ -158,6 +157,3 @@ Makefile.am: Makefile.am.in
 	echo endif >> $@t
 	chmod og-w $@t
 	mv $@t $@
-if BUILD_PLUGIN
-PLUGIN_DIR = plugin
-endif
Index: gnuplot-6.0.3/demo/Makefile.am.in
===================================================================
--- gnuplot-6.0.3.orig/demo/Makefile.am.in
+++ gnuplot-6.0.3/demo/Makefile.am.in
@@ -12,7 +12,6 @@ latex_demo.log latex_demo.aux latex_cair
 BINARY_FILES = binary1 binary2 binary3 dodecahedron.bin
 
 SUBDIRS = $(PLUGIN_DIR)
-DIST_SUBDIRS = plugin
 
 DEMO = all.dem
 
