X-Git-Url: https://source.tree.se/git?p=treecutter.git;a=blobdiff_plain;f=src%2Ftree-cutter.py;h=e1e80ee9157673fb87378c1158f9808616fa7fba;hp=26972544ebb5a90228bfaa18f6fa9e66dd715acf;hb=ccff20494cb682f214c8394d5d87837defcbf351;hpb=265876d8ab4baf21e27381a6d37ac41518314095 diff --git a/src/tree-cutter.py b/src/tree-cutter.py index 2697254..e1e80ee 100755 --- a/src/tree-cutter.py +++ b/src/tree-cutter.py @@ -26,6 +26,8 @@ style_xslt = args.style+"docbook.xsl" style_tmpl = args.style+"index.en.html.tmpl" outputdir = args.output +tmptarget = tempfile.mkdtemp()+'/' + valid_scripts = ['.py','.pl'] MAXLEVEL = 10000