示例#1
0
	def __init__ (self, set, target, source):
		assert target[-4:] == '.tex'
		base = target[:-4]
		Shell.__init__(self, set,
			["cweave", source, target],
			[target, base + ".idx", base + ".scn"],
			[source])
示例#2
0
 def __init__(self, set, target, source):
     assert target[-4:] == '.tex'
     base = target[:-4]
     Shell.__init__(self, set, ["cweave", source, target],
                    [target, base + ".idx", base + ".scn"], [source])