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
7c910ebf
Commit
7c910ebf
authored
Jan 03, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc build step.
parent
f132c161
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
19 deletions
+3
-19
Misc/build.sh
Misc/build.sh
+3
-19
No files found.
Misc/build.sh
View file @
7c910ebf
...
...
@@ -257,25 +257,9 @@ fi
cd
$DIR
/Doc
F
=
"make-doc.out"
start
=
`
current_time
`
# XXX(nnorwitz): For now, keep the code that checks for a conflicted file until
# after the first release of 2.6a1 or 3.0a1. At that point, it will be clear
# if there will be a similar problem with the new doc system.
# Doc/commontex/boilerplate.tex is expected to always have an outstanding
# modification for the date. When a release is cut, a conflict occurs.
# This allows us to detect this problem and not try to build the docs
# which will definitely fail with a conflict.
#CONFLICTED_FILE=commontex/boilerplate.tex
#conflict_count=`grep -c "<<<" $CONFLICTED_FILE`
conflict_count
=
0
if
[
$conflict_count
!=
0
]
;
then
echo
"Conflict detected in
$CONFLICTED_FILE
. Doc build skipped."
>
../build/
$F
err
=
1
else
make clean
>
../build/
$F
2>&1
make html
>>
../build/
$F
2>&1
err
=
$?
fi
make clean
>
../build/
$F
2>&1
make checkout html
>>
../build/
$F
2>&1
err
=
$?
update_status
"Making doc"
"
$F
"
$start
if
[
$err
!=
0
]
;
then
NUM_FAILURES
=
1
...
...
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