null+****@clear*****
null+****@clear*****
2011年 12月 9日 (金) 16:06:24 JST
Kouhei Sutou 2011-12-09 07:06:24 +0000 (Fri, 09 Dec 2011) New Revision: 7f34cb10df36c51d92d2078db93827f990eff6be Log: [doc][example] move example updater to doc/ from doc/source/. Modified files: doc/Makefile.am Renamed files: doc/update_execution_example.py (from doc/source/update_execution_example.py) Modified: doc/Makefile.am (+1 -1) =================================================================== --- doc/Makefile.am 2011-12-09 06:59:19 +0000 (268ff1e) +++ doc/Makefile.am 2011-12-09 07:06:24 +0000 (6847575) @@ -7,7 +7,7 @@ include $(top_srcdir)/doc/files.am update-examples: PATH=$(top_builddir)/src:$(top_builddir)/src/suggest:$$PATH \ - $(srcdir)/source/update_execution_example.py \ + $(srcdir)/update_execution_example.py \ $(srcdir)/source files.am: update-files.sh Renamed: doc/update_execution_example.py (+1 -1) 99% =================================================================== --- doc/source/update_execution_example.py 2011-12-09 06:59:19 +0000 (d36decc) +++ doc/update_execution_example.py 2011-12-09 07:06:24 +0000 (2068002) @@ -129,7 +129,7 @@ def readfile(fname, outflag): readfile(a, outflag + 1) print '###<<< include end' -entry_point = "./" +entry_point = "source/" if len(argv) == 2: entry_point = argv[1] if os.path.isfile(entry_point):