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.2/demo/Makefile.in
===================================================================
--- gnuplot-6.0.2.orig/demo/Makefile.in
+++ gnuplot-6.0.2/demo/Makefile.in
@@ -342,7 +342,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 dodecahedron.bin scatter2.bin sine.bin \
@@ -409,7 +408,6 @@ stat.inc GM1_sugar.pdb aries.png bldg.pn
 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.2/demo/Makefile.am
===================================================================
--- gnuplot-6.0.2.orig/demo/Makefile.am
+++ gnuplot-6.0.2/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
 
@@ -159,6 +158,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.2/demo/Makefile.am.in
===================================================================
--- gnuplot-6.0.2.orig/demo/Makefile.am.in
+++ gnuplot-6.0.2/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
 
