mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
(fix_libaux.sed): Hackish little sed script to modify lib.aux to get section
numbers right for latex2html for section titles which include
"\sectcode{__.*__}" in the name. Perhaps less general than it should
be, but sufficient.
This commit is contained in:
parent
784c6d3684
commit
b33021b572
2 changed files with 6 additions and 0 deletions
3
Doc/fix_libaux.sed
Executable file
3
Doc/fix_libaux.sed
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/sed -f
|
||||
s/{\\tt \\hackscore {}\\hackscore {}/\\sectcode{__/
|
||||
s/\\hackscore {}\\hackscore {}/__/
|
||||
3
Doc/tools/fix_libaux.sed
Executable file
3
Doc/tools/fix_libaux.sed
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/sed -f
|
||||
s/{\\tt \\hackscore {}\\hackscore {}/\\sectcode{__/
|
||||
s/\\hackscore {}\\hackscore {}/__/
|
||||
Loading…
Add table
Add a link
Reference in a new issue