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
0d86ea71
Commit
0d86ea71
authored
Sep 27, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust the organization a bit and update some of the comments to
better explain what's happening.
parent
2bc9b2fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
+14
-9
Doc/Makefile
Doc/Makefile
+14
-9
No files found.
Doc/Makefile
View file @
0d86ea71
...
...
@@ -71,21 +71,26 @@ RELEASE=2.4a0
PYTHON
=
python
DVIPS
=
dvips
-N0
-t
$(PAPER)
PWD
=
$(
shell
pwd
)
# (The trailing colon in the value is needed; TeX places it's default
# set of paths at the location of the empty string in the path list.)
#
TEXINPUTS
=
$(PWD)
/commontex:
# This is ugly! The issue here is that there are two different levels
# in the directory tree at which we execute mkhowto, so we can't
# define it just once using a relative path (at least not with the
# current implementation and Makefile structure). We use the GNUish
# $(shell) function here to work around that restriction by
# identifying mkhowto
using an absolute path
.
# identifying mkhowto
and the commontex/ directory using absolute paths
.
#
MKHOWTO
=
TEXINPUTS
=
$(TEXINPUTS)
$(PYTHON)
$(PWD)
/tools/mkhowto
PWD
=
$(
shell
pwd
)
# (The trailing colon in the value is needed; TeX places it's default
# set of paths at the location of the empty string in the path list.)
TEXINPUTS
=
$(PWD)
/commontex:
# The mkhowto script can be run from the checkout using the first
# version of this variable definition, or from a preferred version
# using the second version. The standard documentation is typically
# built using the second flavor, where the preferred version is from
# the Python CVS trunk.
#MKHOWTO= TEXINPUTS=$(TEXINPUTS) $(PYTHON) $(PWD)/tools/mkhowto
MKHOWTO
=
TEXINPUTS
=
$(TEXINPUTS)
mkhowto
MKDVI
=
$(MKHOWTO)
--paper
=
$(PAPER)
--dvi
MKHTML
=
$(MKHOWTO)
--html
--about
html/stdabout.dat
\
...
...
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