fonttools/MetaTools/buildChangeLog.py
pabs3 e57bd1eeb5 Fix the location of the SVN repository
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@618 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-22 13:01:11 +00:00

11 lines
271 B
Python
Executable File

#! /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)
os.system("svn2cl -o Doc/ChangeLog https://svn.code.sf.net/p/fonttools/code/trunk")
print "done."