null+****@clear*****
null+****@clear*****
2012年 5月 10日 (木) 10:12:32 JST
Kouhei Sutou 2012-05-10 10:12:32 +0900 (Thu, 10 May 2012)
New Revision: 5d07fa86184cfc84e1acb2e702741be89f821cba
Log:
doc: fix a problem that execution examples for included files aren't updated
Modified files:
doc/update_execution_example.py
Modified: doc/update_execution_example.py (+1 -1)
===================================================================
--- doc/update_execution_example.py 2012-05-09 15:42:16 +0900 (bcc3993)
+++ doc/update_execution_example.py 2012-05-10 10:12:32 +0900 (3320ee8)
@@ -82,7 +82,7 @@ def execmd(command, fout):
processed_files = []
def readfile(fname, outflag):
- if fname in processed_files:
+ if outflag > 0 and fname in processed_files:
print "skipped processed file: %s" % fname
return
if outflag > 32: