Kaydet (Commit) a52117e9 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added ref.tex.

üst f2612d1e
......@@ -4,6 +4,8 @@
# latex tut
# latex lib
# latex lib
# latex ref
# latex ref
# (Doing everything twice so the table of contents comes out right!)
LATEX= latex
......@@ -12,6 +14,10 @@ TEXPREVIEW= xdvi
PRINT= lpr
ALL= tut.ps lib.ps ref.ps
all: $(ALL)
tut: tut.dvi
$(TEXPREVIEW) tut
......@@ -22,9 +28,10 @@ lib: lib.dvi
lib.dvi lib.ps: lib.toc lib.tex lib1.tex lib2.tex lib3.tex myformat.sty
ALL= tut.ps lib.ps
ref: ref.dvi
$(TEXPREVIEW) ref
all: $(ALL)
ref.dvi ref.ps: ref.toc ref.tex myformat.sty
print: $(ALL)
$(PRINT) $(ALL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment