Don't generate a \label{} here.

This commit is contained in:
Fred Drake 1998-03-09 14:48:00 +00:00
parent 2eda4ca4df
commit 8fcad7beb1

View file

@ -37,7 +37,7 @@ def main():
base, ext = os.path.splitext(infile)
outfile = base + ".ind"
ofp = open(outfile, "w")
ofp.write("\\begin{theindex}\n\label{modindex}\n\n")
ofp.write("\\begin{theindex}\n\n")
lines = ifp.readlines()
for i in range(len(lines)):
if lines[i][0] == '\\':