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
43d3bad2
Commit
43d3bad2
authored
Aug 31, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move common parameters to mkhowto to a variable, add up-link from the
generated documents to the document index.
parent
a4c3d272
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
19 deletions
+13
-19
Doc/html/Makefile
Doc/html/Makefile
+13
-19
No files found.
Doc/html/Makefile
View file @
43d3bad2
...
@@ -12,7 +12,10 @@ TEXINPUTS=$(TOPDIR)/paper-$(PAPER):$(TOPDIR)/texinputs:
...
@@ -12,7 +12,10 @@ TEXINPUTS=$(TOPDIR)/paper-$(PAPER):$(TOPDIR)/texinputs:
# Where are the various programs?
# Where are the various programs?
PYTHON
=
python
PYTHON
=
python
WEBCHECKER
=
$(PYTHON)
$(TOPDIR)
/../Tools/webchecker/webchecker.py
WEBCHECKER
=
$(PYTHON)
$(TOPDIR)
/../Tools/webchecker/webchecker.py
MKHOWTO
=
$(TOOLSDIR)
/mkhowto
MKHOWTO
=
$(TOOLSDIR)
/mkhowto
--about
$(TOPDIR)
/html/stdabout.dat
\
--up-link
../index.html
--up-title
"Document Index"
\
--address
$(PYTHONDOCS)
MKHTML
=
$(MKHOWTO)
--html
BUILDINDEX
=
$(TOOLSDIR)
/buildindex.py
BUILDINDEX
=
$(TOOLSDIR)
/buildindex.py
...
@@ -62,41 +65,32 @@ modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex
...
@@ -62,41 +65,32 @@ modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex
lib/modindex.html mac/modindex.html
lib/modindex.html mac/modindex.html
api/api.html
:
$(APIFILES) $(BUILDINDEX)
api/api.html
:
$(APIFILES) $(BUILDINDEX)
$(MKHOWTO)
--about
stdabout.dat
--address
$(PYTHONDOCS)
\
$(MKHTML)
$(TOPDIR)
/api/api.tex
--html
$(TOPDIR)
/api/api.tex
doc/doc.html
:
$(DOCFILES) $(BUILDINDEX)
doc/doc.html
:
$(DOCFILES) $(BUILDINDEX)
$(MKHOWTO)
--about
stdabout.dat
--address
$(PYTHONDOCS)
\
$(MKHTML)
$(TOPDIR)
/doc/doc.tex
--html
$(TOPDIR)
/doc/doc.tex
ext/ext.html
:
$(EXTFILES)
ext/ext.html
:
$(EXTFILES)
echo
$(EXTFILES)
echo
$(EXTFILES)
$(MKHOWTO)
--about
stdabout.dat
--address
$(PYTHONDOCS)
\
$(MKHTML)
$(TOPDIR)
/ext/ext.tex
--html
$(TOPDIR)
/ext/ext.tex
lib/lib.html
:
$(LIBFILES) $(BUILDINDEX)
lib/lib.html
:
$(LIBFILES) $(BUILDINDEX)
$(MKHOWTO)
--about
stdabout.dat
--address
$(PYTHONDOCS)
\
$(MKHTML)
$(TOPDIR)
/lib/lib.tex
--html
$(TOPDIR)
/lib/lib.tex
mac/mac.html
:
$(MACFILES) $(BUILDINDEX)
mac/mac.html
:
$(MACFILES) $(BUILDINDEX)
$(MKHOWTO)
--about
stdabout.dat
--address
$(PYTHONDOCS)
\
$(MKHTML)
$(TOPDIR)
/mac/mac.tex
--html
$(TOPDIR)
/mac/mac.tex
ref/ref.html
:
$(REFFILES) $(BUILDINDEX)
ref/ref.html
:
$(REFFILES) $(BUILDINDEX)
$(MKHOWTO)
--about
stdabout.dat
--address
$(PYTHONDOCS)
\
$(MKHTML)
$(TOPDIR)
/ref/ref.tex
--html
$(TOPDIR)
/ref/ref.tex
tut/tut.html
:
$(TUTFILES) $(TOOLSDIR)/mkhowto
tut/tut.html
:
$(TUTFILES) $(TOOLSDIR)/mkhowto
$(MKHOWTO)
--about
stdabout.dat
--address
$(PYTHONDOCS)
\
$(MKHTML)
--numeric
--split
3
$(TOPDIR)
/tut/tut.tex
--html
--numeric
--split
3
$(TOPDIR)
/tut/tut.tex
inst/inst.html
:
$(INSTFILES) $(TOPDIR)/perl/distutils.perl
inst/inst.html
:
$(INSTFILES) $(TOPDIR)/perl/distutils.perl
$(MKHOWTO)
--about
stdabout.dat
--address
$(PYTHONDOCS)
\
$(MKHTML)
$(TOPDIR)
/inst/inst.tex
--html
$(TOPDIR)
/inst/inst.tex
dist/dist.html
:
$(DISTFILES) $(TOPDIR)/perl/distutils.perl
dist/dist.html
:
$(DISTFILES) $(TOPDIR)/perl/distutils.perl
$(MKHOWTO)
--about
stdabout.dat
--address
$(PYTHONDOCS)
\
$(MKHTML)
$(TOPDIR)
/dist/dist.tex
--html
$(TOPDIR)
/dist/dist.tex
webcheck
:
all
webcheck
:
all
$(WEBCHECKER)
$(HTMLBASE)
/api/
$(WEBCHECKER)
$(HTMLBASE)
/api/
...
...
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