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
b829a093
Commit
b829a093
authored
Sep 18, 1990
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed intro and modules to tut and mod; added tbl to pipeline.
parent
33102571
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
Doc/Makefile
Doc/Makefile
+9
-7
No files found.
Doc/Makefile
View file @
b829a093
TBL
=
tbl
TROFF
=
ditroff
MS
=
-ms
PREVIEW
=
dpv
FUNNYTAB
=
$$
HOME/lib/funnytab
PREVIEW
=
dpv
-f
$(FUNNYTAB)
intro
:
intro
.dit
$(PREVIEW)
intro
.dit
tut
:
tut
.dit
$(PREVIEW)
tut
.dit
mod
ules
:
modules
.dit
$(PREVIEW)
mod
ules
.dit
mod
:
mod
.dit
$(PREVIEW)
mod.dit
paper
:
paper.dit
$(PREVIEW)
paper.dit
...
...
@@ -14,7 +16,7 @@ paper: paper.dit
ref
:
ref.dit
$(PREVIEW)
ref.dit
ALL
=
intro.dit modules
.dit paper.dit ref.dit
ALL
=
tut.dit mod
.dit paper.dit ref.dit
all
:
$(ALL)
...
...
@@ -26,4 +28,4 @@ clean:
.SUFFIXES
:
.ms .dit
.ms.dit
:
$(T
ROFF)
$(MS)
$*
.ms
>
$@
$(T
BL)
$*
.ms |
$(TROFF)
$(MS)
>
$@
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