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
692b3f80
Commit
692b3f80
authored
Jul 11, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence makeindex.
parent
aba088e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Doc/Makefile
Doc/Makefile
+2
-0
No files found.
Doc/Makefile
View file @
692b3f80
...
...
@@ -144,6 +144,7 @@ dist:
# archive the A4 latex
-rm
-r
build/latex
make
latex
PAPER
=
a4
-sed
-i
's/makeindex/makeindex -q/'
build/latex/Makefile
(cd
build/latex;
make
clean
&&
make
all-pdf
&&
make
FMT
=
pdf zip bz2
)
cp
build/latex/docs-pdf.zip
dist/python-$(DISTVERSION)-docs-pdf-a4.zip
cp
build/latex/docs-pdf.tar.bz2
dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2
...
...
@@ -151,6 +152,7 @@ dist:
# archive the letter latex
rm
-r
build/latex
make
latex
PAPER
=
letter
-sed
-i
's/makeindex/makeindex -q/'
build/latex/Makefile
(cd
build/latex;
make
clean
&&
make
all-pdf
&&
make
FMT
=
pdf zip bz2
)
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
...
...
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