~dustin-spy/twisted/dustin

« back to all changes in this revision

Viewing changes to admin/release-twisted

  • Committer: moshez
  • Date: 2002-10-25 07:41:23 UTC
  • Revision ID: vcs-imports@canonical.com-20021025074123-4fbcb37163e9d169
Twisted.Lore, the Twisted Document generation lanaguage

Show diffs side-by-side

added added

removed removed

Lines of Context:
362
362
           % (tdir))
363
363
 
364
364
        print "makeDocs: generate-domdocs."
365
 
        sh('cd %s &&  ./admin/generate-domdocs -v %s' % (tdir, ver))
366
 
        sh('cd %s &&  ./admin/generate-domdocs -v %s --docsdir doc/specifications' % (tdir, ver))
 
365
        sh('cd %s && ./admin/genarate-domdocs %s' % (tdir, ver))
367
366
 
368
367
        print "makeDocs: man pages"
369
368
        for file in glob.glob("%s/doc/man/*.1" % tdir):