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
bca60c07
Commit
bca60c07
authored
Feb 28, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some rules broken by typos, others by the flattening of the makefile.
parent
4419ac1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Doc/Makefile
Doc/Makefile
+7
-7
No files found.
Doc/Makefile
View file @
bca60c07
...
...
@@ -72,13 +72,13 @@ RELEASE=2.1a2
PYTHON
=
python
DVIPS
=
dvips
-N0
-t
$(PAPER)
MK
HOWTO
=
$(TOOLSDIR)
/mkhowto
MKHTML
=
$(MKHOWTO)
--html
--about
html/stdabout.dat
\
MK
DVI
=
../tools/mkhowto
--paper
=
$(PAPER)
--dvi
MKHTML
=
tools/mkhowto
--html
--about
html/stdabout.dat
\
--address
$(PYTHONDOCS)
--up-link
../index.html
\
--up-title
"Python Documentation Index"
\
--global-module-index
"../modindex.html"
MKPDF
=
$(MKHOWTO)
--paper
=
$(PAPER)
--pdf
MKPS
=
$(MKHOWTO)
--paper
=
$(PAPER)
--ps
MKPDF
=
../tools/mkhowto
--paper
=
$(PAPER)
--pdf
MKPS
=
../tools/mkhowto
--paper
=
$(PAPER)
--ps
BUILDINDEX
=
$(TOOLSDIR)
/buildindex.py
...
...
@@ -161,14 +161,14 @@ paper-$(PAPER)/dist.dvi: $(DISTFILES)
(
cd
paper-
$(PAPER)
;
$(MKDVI)
../dist/dist.tex
)
paper-$(PAPER)/dist.pdf
:
$(DISTFILES)
(
cd
paper-
$(PAPER)
;
$(MKPDF)
../dist/dist.tex
(
cd
paper-
$(PAPER)
;
$(MKPDF)
../dist/dist.tex
)
# Documenting Python
paper-$(PAPER)/doc.dvi
:
$(DOCFILES)
(
cd
paper-
$(PAPER)
;
$(MKDVI)
../doc/doc.tex
(
cd
paper-
$(PAPER)
;
$(MKDVI)
../doc/doc.tex
)
paper-$(PAPER)/doc.pdf
:
$(DOCFILES)
(
cd
paper-
$(PAPER)
;
$(MKPDF)
../doc/doc.tex
_
(
cd
paper-
$(PAPER)
;
$(MKPDF)
../doc/doc.tex
)
# Extending and Embedding the Python Interpreter
paper-$(PAPER)/ext.dvi
:
$(EXTFILES)
...
...
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