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
b3fa13ce
Commit
b3fa13ce
authored
Jan 22, 1991
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made the move to TeX.
parent
515834a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
15 deletions
+40
-15
Doc/Makefile
Doc/Makefile
+40
-15
No files found.
Doc/Makefile
View file @
b3fa13ce
LATEX
=
latex
DVIPS
=
dvips
TEXPREVIEW
=
texsgi
PRINT
=
lpr
TBL
=
tbl
TROFF
=
ditroff
MS
=
-ms
FUNNYTAB
=
$$
HOME/lib/funnytab
PREVIEW
=
dpv
-f
$(FUNNYTAB)
PREVIEW
=
dpv
-
Pfa
-
f
$(FUNNYTAB)
PSDIT
=
psdit
REFER
=
refer
PROCESS
=
$(REFER)
-e
-n
$*
.ms |
$(TBL)
|
$(TROFF)
$(MS)
tut
:
tut.d
it
$(
PREVIEW)
tut.di
t
tut
:
tut.d
vi
$(
TEXPREVIEW)
tu
t
mod
:
mod.dit
$(PREVIEW)
mod.dit
tut.dvi
:
tut.tex tut.toc
paper
:
paper.dit
$(
PREVIEW)
paper.dit
mod
:
mod.dvi
$(
TEXPREVIEW)
mod
ref
:
ref.dit
$(PREVIEW)
ref.dit
mod.dvi
:
mod.tex mod.toc
ALL
=
tut.
dit mod.dit paper.dit ref.dit
ALL
=
tut.
ps mod.ps
all
:
$(ALL)
$(ALL)
:
macros.ms
print
:
$(ALL)
$(PRINT)
$(ALL)
$(ALL)
:
mystyle.sty
clean
:
rm
-f
*
.dit
*
.ps core @
*
,
*
rm
-f
*
.dit
*
.ps core @
*
,
*
.SUFFIXES
:
#
Remove default suffixes
.SUFFIXES
:
.ms .dit .ps
.SUFFIXES
:
.ms .dit .tex .aux .toc .dvi .ps
.tex.aux
:
$(LATEX)
$*
.tex.toc
:
$(LATEX)
$*
.tex.dvi
:
$(LATEX)
$*
.dvi.ps
:
$(DVIPS)
$*
>
$*
.ps
.tex.ps
:
$(LATEX)
$*
$(DVIPS)
$*
>
$*
.ps
.ms.dit
:
$(
TBL)
$*
.ms |
$(TROFF)
$(M
S)
>
$@
$(
PROCES
S)
>
$@
.dit.ps
:
$(PSDIT)
<
$*
.dit
>
$@
.ms.ps
:
$(
TBL)
$*
.ms |
$(TROFF)
$(M
S)
|
$(PSDIT)
>
$@
$(
PROCES
S)
|
$(PSDIT)
>
$@
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