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
ac50982b
Commit
ac50982b
authored
Mar 28, 2014
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: do not compress .epub for dist, it is already zipped.
parent
fb3cec77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
Doc/Makefile
Doc/Makefile
+2
-8
Doc/tools/sphinxext/download.html
Doc/tools/sphinxext/download.html
+2
-2
No files found.
Doc/Makefile
View file @
ac50982b
...
...
@@ -136,16 +136,10 @@ dist:
cp
build/latex/docs-pdf.zip
dist/python-$(DISTVERSION)-docs-pdf-letter.zip
cp
build/latex/docs-pdf.tar.bz2
dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
#
archive
the epub build
#
copy
the epub build
rm
-rf
build/epub
make
epub
mkdir
-p
dist/python-$(DISTVERSION)-docs-epub
cp
-pPR
build/epub/*.epub
dist/python-$(DISTVERSION)-docs-epub/
tar
-C
dist
-cf
dist/python-$(DISTVERSION)-docs-epub.tar
python-$(DISTVERSION)-docs-epub
bzip2
-9
-k
dist/python-$(DISTVERSION)-docs-epub.tar
(cd
dist;
zip
-q
-r
-9
python-$(DISTVERSION)-docs-epub.zip
python-$(DISTVERSION)-docs-epub)
rm
-r
dist/python-$(DISTVERSION)-docs-epub
rm
dist/python-$(DISTVERSION)-docs-epub.tar
cp
-pPR
build/epub/Python.epub
dist/python-$(DISTVERSION)-docs.epub
check
:
$(PYTHON)
tools/rstlint.py
-i
tools
...
...
Doc/tools/sphinxext/download.html
View file @
ac50982b
...
...
@@ -34,8 +34,8 @@ in the table are the size of the download files in megabytes.</p>
<td><a
href=
"{{ dlbase }}/python-{{ release }}-docs-text.tar.bz2"
>
Download
</a>
(ca. 1.5 MB)
</td>
</tr>
<tr><td>
EPUB
</td>
<td><a
href=
"{{ dlbase }}/python-{{ release }}-docs
-epub.zip"
>
Download
</a>
(ca. 3
.5 MB)
</td>
<td><
a
href=
"{{ dlbase }}/python-{{ release }}-docs-epub.tar.bz2"
>
Download
</a>
(ca. 3.5 MB)
<
/td>
<td><a
href=
"{{ dlbase }}/python-{{ release }}-docs
.epub"
>
Download
</a>
(ca. 4
.5 MB)
</td>
<td></td>
</tr>
</table>
...
...
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