2002-09-10 13:25:55 +00:00
|
|
|
#! /usr/bin/env python
|
|
|
|
|
|
|
|
import os, sys
|
|
|
|
|
|
|
|
fontToolsDir = os.path.dirname(os.path.dirname(os.path.normpath(
|
|
|
|
os.path.join(os.getcwd(), sys.argv[0]))))
|
|
|
|
|
|
|
|
os.chdir(fontToolsDir)
|
2009-03-22 15:32:29 +00:00
|
|
|
os.system("svn2cl -o Doc/ChangeLog https://fonttools.svn.sourceforge.net/svnroot/fonttools/trunk")
|
2002-09-10 13:25:55 +00:00
|
|
|
print "done."
|