Commit 59e90701 authored by Guido van Rossum's avatar Guido van Rossum

Renamed mod to lib.

parent eee9498b
# Makefile for Python documentation. # Makefile for Python documentation.
# Actually, it is easier to just do:
# latex tut
# latex tut
# latex lib
# latex lib
# (Doing everything twice so the table of contents comes out right!)
LATEX= latex LATEX= latex
DVIPS= dvips DVIPS= dvips
...@@ -11,12 +17,12 @@ tut: tut.dvi ...@@ -11,12 +17,12 @@ tut: tut.dvi
tut.dvi tut.ps: tut.toc tut.tex myformat.sty tut.dvi tut.ps: tut.toc tut.tex myformat.sty
mod: mod.dvi lib: lib.dvi
$(TEXPREVIEW) mod $(TEXPREVIEW) lib
mod.dvi mod.ps: mod.toc mod.tex mod1.tex mod2.tex mod3.tex myformat.sty lib.dvi lib.ps: lib.toc lib.tex lib1.tex lib2.tex lib3.tex myformat.sty
ALL= tut.ps mod.ps ALL= tut.ps lib.ps
all: $(ALL) all: $(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