Commit 8c34e4dd authored by Guido van Rossum's avatar Guido van Rossum

Added ref.tex.

parent a2b203da
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
# latex tut # latex tut
# latex lib # latex lib
# latex lib # latex lib
# latex ref
# latex ref
# (Doing everything twice so the table of contents comes out right!) # (Doing everything twice so the table of contents comes out right!)
LATEX= latex LATEX= latex
...@@ -12,6 +14,10 @@ TEXPREVIEW= xdvi ...@@ -12,6 +14,10 @@ TEXPREVIEW= xdvi
PRINT= lpr PRINT= lpr
ALL= tut.ps lib.ps ref.ps
all: $(ALL)
tut: tut.dvi tut: tut.dvi
$(TEXPREVIEW) tut $(TEXPREVIEW) tut
...@@ -22,9 +28,10 @@ lib: lib.dvi ...@@ -22,9 +28,10 @@ lib: lib.dvi
lib.dvi lib.ps: lib.toc lib.tex lib1.tex lib2.tex lib3.tex myformat.sty 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)
$(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