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
aa3f9fb7
Commit
aa3f9fb7
authored
Aug 07, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
By default, use a two-column index.
parent
7cbf462a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Doc/perl/l2hinit.perl
Doc/perl/l2hinit.perl
+4
-1
No files found.
Doc/perl/l2hinit.perl
View file @
aa3f9fb7
...
...
@@ -31,6 +31,9 @@ $BODYTEXT = 'bgcolor="#ffffff"';
$CHILDLINE
=
"
\n
<p><hr>
\n
";
$VERBOSITY
=
0
;
# default # of columns for the index
$INDEX_COLUMNS
=
2
;
# A little painful, but lets us clean up the top level directory a little,
# and not be tied to the current directory (as far as I can tell).
...
...
@@ -192,7 +195,7 @@ sub make_index_entry {
sub
insert_index
{
my
(
$mark
,
$datafile
)
=
@_
;
my
$index
=
`
$myrootdir
/tools/buildindex.py
$datafile
`;
my
$index
=
`
$myrootdir
/tools/buildindex.py
--columns
$INDEX_COLUMNS
$datafile
`;
s/$mark/$index/
;
}
...
...
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