(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:
Fred Drake 1996-11-11 20:49:27 +00:00
parent 784c6d3684
commit b33021b572
2 changed files with 6 additions and 0 deletions

3
Doc/fix_libaux.sed Executable file
View 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
View File

@ -0,0 +1,3 @@
#! /usr/bin/sed -f
s/{\\tt \\hackscore {}\\hackscore {}/\\sectcode{__/
s/\\hackscore {}\\hackscore {}/__/