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
df49324c
Commit
df49324c
authored
Sep 25, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
define a variable to specify the mkhowto program itself, as for any
other application
parent
b2bdb3ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
Doc/Makefile
Doc/Makefile
+7
-5
No files found.
Doc/Makefile
View file @
df49324c
...
...
@@ -71,19 +71,21 @@ RELEASE=2.4a0
PYTHON
=
python
DVIPS
=
dvips
-N0
-t
$(PAPER)
MKDVI
=
$(PYTHON)
../tools/mkhowto
--paper
=
$(PAPER)
--dvi
MKHTML
=
$(PYTHON)
tools/mkhowto
--html
--about
html/stdabout.dat
\
MKHOWTO
=
$(PYTHON)
../tools/mkhowto
MKDVI
=
$(MKHOWTO)
--paper
=
$(PAPER)
--dvi
MKHTML
=
$(MKHOWTO)
--html
--about
html/stdabout.dat
\
--iconserver
../icons
--favicon
../icons/pyfav.gif
\
--address
$(PYTHONDOCS)
--up-link
../index.html
\
--up-title
"Python Documentation Index"
\
--global-module-index
"../modindex.html"
--dvips-safe
MKISILOHTML
=
$(
PYTHON)
tools/mkhowto
--html
--about
html/stdabout.dat
\
MKISILOHTML
=
$(
MKHOWTO)
--html
--about
html/stdabout.dat
\
--iconserver
../icons
\
--l2h-init
perl/isilo.perl
--numeric
--split
1
\
--dvips-safe
MKISILO
=
iSilo386
-U
-y
-rCR
-d0
MKPDF
=
$(
PYTHON)
../tools/mkhowto
--paper
=
$(PAPER)
--pdf
MKPS
=
$(
PYTHON)
../tools/mkhowto
--paper
=
$(PAPER)
--ps
MKPDF
=
$(
MKHOWTO)
--paper
=
$(PAPER)
--pdf
MKPS
=
$(
MKHOWTO)
--paper
=
$(PAPER)
--ps
BUILDINDEX
=
$(TOOLSDIR)
/buildindex.py
...
...
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