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
3014086f
Commit
3014086f
authored
Mar 26, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wire up the makefile to more fully support the "What's New" documents.
parent
9ac14dec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
Doc/Makefile
Doc/Makefile
+14
-2
No files found.
Doc/Makefile
View file @
3014086f
...
...
@@ -88,6 +88,8 @@ BUILDINDEX=$(TOOLSDIR)/buildindex.py
PYTHONDOCS
=
"See <i><a href=
\"
about.html
\"
>About this document...</a></i> for information on suggesting changes."
HTMLBASE
=
file:
`
pwd
`
# The end of this should reflect the major/minor version numbers of
# the release:
WHATSNEW
=
whatsnew23
# what's what
...
...
@@ -384,7 +386,8 @@ ISILOINDEXFILES=isilo/api/api.html \
isilo/ref/ref.html
\
isilo/tut/tut.html
\
isilo/inst/inst.html
\
isilo/dist/dist.html
isilo/dist/dist.html
\
isilo/whatsnew/
$(WHATSNEW)
.html
$(ISILOINDEXFILES)
:
$(COMMONPERL) html/about.dat perl/isilo.perl
...
...
@@ -396,7 +399,8 @@ isilo: isilo/python-api-$(RELEASE).pdb \
isilo/python-ref-$(RELEASE).pdb
\
isilo/python-tut-$(RELEASE).pdb
\
isilo/python-dist-$(RELEASE).pdb
\
isilo/python-inst-$(RELEASE).pdb
isilo/python-inst-$(RELEASE).pdb
\
isilo/python-whatsnew-$(RELEASE).pdb
isilo/python-api-$(RELEASE).pdb
:
isilo/api/api.html isilo/api/api.css
$(MKISILO)
"-iPython/C API Reference Manual"
\
...
...
@@ -434,6 +438,10 @@ isilo/python-inst-$(RELEASE).pdb: isilo/inst/inst.html isilo/inst/inst.css
$(MKISILO)
"-iInstalling Python Modules"
\
isilo/inst/inst.html
$@
isilo/python-whatsnew-$(RELEASE).pdb
:
isilo/whatsnew/$(WHATSNEW).html isilo/whatsnew/$(WHATSNEW).css
$(MKISILO)
"-iWhat's New in Python X.Y"
\
isilo/whatsnew/
$(WHATSNEW)
.html
$@
isilo/api/api.html
:
$(APIFILES)
$(MKISILOHTML)
--dir
isilo/api api/api.tex
...
...
@@ -489,6 +497,7 @@ webcheck: $(ALLHTMLFILES)
$(WEBCHECKER)
$(HTMLBASE)
/tut/
$(WEBCHECKER)
$(HTMLBASE)
/dist/
$(WEBCHECKER)
$(HTMLBASE)
/inst/
$(WEBCHECKER)
$(HTMLBASE)
/whatsnew/
fastwebcheck
:
$(ALLHTMLFILES)
$(WEBCHECKER)
-x
$(HTMLBASE)
/api/
...
...
@@ -500,6 +509,7 @@ fastwebcheck: $(ALLHTMLFILES)
$(WEBCHECKER)
-x
$(HTMLBASE)
/tut/
$(WEBCHECKER)
-x
$(HTMLBASE)
/dist/
$(WEBCHECKER)
-x
$(HTMLBASE)
/inst/
$(WEBCHECKER)
-x
$(HTMLBASE)
/whatsnew/
# Release packaging targets:
...
...
@@ -633,8 +643,10 @@ clobber:
rm
-rf
html/index.html html/modindex.html html/acks.html
rm
-rf
html/api/ html/doc/ html/ext/ html/lib/ html/mac/
rm
-rf
html/ref/ html/tut/ html/inst/ html/dist/
rm
-rf
html/whatsnew/
rm
-rf
isilo/api/ isilo/doc/ isilo/ext/ isilo/lib/ isilo/mac/
rm
-rf
isilo/ref/ isilo/tut/ isilo/inst/ isilo/dist/
rm
-rf
isilo/whatsnew/
rm
-f
isilo/python-
*
-
$(RELEASE)
.pdb isilo-
$(RELEASE)
.zip
realclean distclean
:
clobber
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