=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/docs/latextut/Attic/Makefile.in,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/docs/latextut/Attic/Makefile.in 2000/01/09 17:01:07 1.1.1.1 +++ OpenXM_contrib/gnuplot/docs/latextut/Attic/Makefile.in 2003/09/15 07:09:33 1.1.1.2 @@ -24,6 +24,9 @@ mandir = $(prefix)/man top_builddir = . top_srcdir = @top_srcdir@ +# which gnuplot-binary to use +# use the just compiled version instead of a pre-installed version +GNUPLOT = $(top_srcdir)/gnuplot # To touch it up after changes: remake: tutorial.dvi @@ -42,7 +45,11 @@ tutorial.dvi: eg1.tex eg2.tex eg3.tex eg4.tex eg5.tex .plt.tex: @test "$(srcdir)" = "$(top_builddir)" || cp $(srcdir)/*.dat . - gnuplot $< + @if test -x $(top_srcdir)/src/gnuplot ; then \ + $(top_srcdir)/src/gnuplot $< ; \ + else \ + gnuplot $< ; \ + fi clean: rm -f *.aux *.dvi *.log *.ps eg?.tex linepoin.tex