Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f95269c3
Commit
f95269c3
authored
Nov 12, 1991
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed mod to lib.
parent
085c911c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
Doc/Makefile
Doc/Makefile
+10
-4
No files found.
Doc/Makefile
View file @
f95269c3
# 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 mod
3.tex myformat.sty
lib.dvi lib.ps
:
lib.toc lib.tex lib1.tex lib2.tex lib
3.tex myformat.sty
ALL
=
tut.ps
mod
.ps
ALL
=
tut.ps
lib
.ps
all
:
$(ALL)
all
:
$(ALL)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment