print a banner for each output file


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@153 4cde692c-a291-49d1-8350-778aa11640f8
diff --git a/ttCompile.py b/ttCompile.py
index 4ef5b8d..9f107f5 100644
--- a/ttCompile.py
+++ b/ttCompile.py
@@ -69,6 +69,8 @@
 			print "skipped."
 			continue
 	
+	print 'Compiling "%s" to "%s"...' % (xmlPath, ttPath)
+	
 	tt = ttLib.TTFont(ttInFile, recalcBBoxes=recalcBBoxes, verbose=verbose)
 
 	if os.path.isdir(xmlPath):