[BACK]Return to makefile.dst CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / docs / latextut

File: [local] / OpenXM_contrib / gnuplot / docs / latextut / Attic / makefile.dst (download)

Revision 1.1, Sun Jan 9 17:01:07 2000 UTC (24 years, 5 months ago) by maekawa
Branch: MAIN

Initial revision

# Makefile for gnuplot LaTeX tutorial
# To make the manual from scratch, we run latex two times
all: tutorial.dvi done

done:
	latex tutorial
	echo > done

# To touch it up after changes:
remake: tutorial.dvi

# Always runs latex, e.g., to get labels right
force:
	latex tutorial

tutorial.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 $<

clean:
	rm -f *~ *.log eg?.tex linepoin.tex

spotless:
	rm -f *~ *.log *.aux *.dvi eg?.tex linepoin.tex done