diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-05 17:34:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-05 17:34:50 (GMT) |
commit | e03e1fe5ccabbc140483550ba6648dcd110b792b (patch) | |
tree | f6e13c608a6e2eb455f1a3cbd2be8c98e078332c /Doc/tools/mkmodindex | |
parent | cc8fe0407a66acc267b60386e9346f3539e0ffae (diff) | |
download | cpython-e03e1fe5ccabbc140483550ba6648dcd110b792b.zip cpython-e03e1fe5ccabbc140483550ba6648dcd110b792b.tar.gz cpython-e03e1fe5ccabbc140483550ba6648dcd110b792b.tar.bz2 |
Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea,
either.
Diffstat (limited to 'Doc/tools/mkmodindex')
-rwxr-xr-x | Doc/tools/mkmodindex | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ import sys class IndexOptions(support.Options): + aesop_type = "links" + def __init__(self): support.Options.__init__(self) self.add_args("l", ["letters"]) |