# HG changeset patch # User paulb@jeremy # Date 1161392079 -7200 # Node ID 4039d2d409513c28ded391f6ebea092243a88fd5 # Parent f8264d391996dd0a0f34fa217cb2c535c7d29b59 Introduced accurately named output files. diff -r f8264d391996 -r 4039d2d40951 test.py --- a/test.py Sat Oct 21 02:54:10 2006 +0200 +++ b/test.py Sat Oct 21 02:54:39 2006 +0200 @@ -20,4 +20,8 @@ except AnnotationError, exc: v.report(exc) +if "-d" in sys.argv: + viewer.makedoc(module, "%s%shtml" % (module.name, os.path.extsep)) + viewer.makedoc(builtins, "%s%shtml" % (builtins.name, os.path.extsep)) + # vim: tabstop=4 expandtab shiftwidth=4