commit | e03e1fe5ccabbc140483550ba6648dcd110b792b | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Apr 05 17:34:50 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Apr 05 17:34:50 2002 +0000 |
tree | f6e13c608a6e2eb455f1a3cbd2be8c98e078332c | |
parent | cc8fe0407a66acc267b60386e9346f3539e0ffae [diff] [blame] |
Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, either.
diff --git a/Doc/tools/mkmodindex b/Doc/tools/mkmodindex index 23a200e..58ba05e 100755 --- a/Doc/tools/mkmodindex +++ b/Doc/tools/mkmodindex
@@ -34,6 +34,8 @@ class IndexOptions(support.Options): + aesop_type = "links" + def __init__(self): support.Options.__init__(self) self.add_args("l", ["letters"])