# Makefile for gnuplot LaTeX tutorial# To make the manual from scratch, we run latex two times.NOEXPORT:SHELL = /bin/shsrcdir = @srcdir@VPATH = @srcdir@prefix = /usr/localexec_prefix = $(prefix)bindir = $(exec_prefix)/bindatadir = $(prefix)/libmandir = $(prefix)/manall: tutorial.dvi donedone: latex tutorial echo > done# To touch it up after changes:remake: tutorial.dvi# Always runs latex, e.g., to get labels rightforce: latex tutorialtutorial.dvi: eg1.tex eg2.tex eg3.tex eg4.tex eg5.tex eg6.tex linepoin.tex \ tutorial.tex header.tex latex tutorial rm -f done.SUFFIXES: .tex .plt.plt.tex: gnuplot $