Mercurial > repos > fubar > toolfactory
comparison rgToolFactory.xml @ 23:8aab0f66cd5f draft
Uploaded
author | fubar |
---|---|
date | Tue, 25 Mar 2014 22:17:20 -0400 |
parents | e052aadae3e9 |
children |
comparison
equal
deleted
inserted
replaced
22:2983106e1460 | 23:8aab0f66cd5f |
---|---|
17 --make_Tool "$makeMode.make_Tool" | 17 --make_Tool "$makeMode.make_Tool" |
18 --tool_desc "$makeMode.tool_desc" | 18 --tool_desc "$makeMode.tool_desc" |
19 --tool_version "$makeMode.tool_version" | 19 --tool_version "$makeMode.tool_version" |
20 --new_tool "$new_tool" | 20 --new_tool "$new_tool" |
21 --help_text "$helpme" | 21 --help_text "$helpme" |
22 #if $make_HTML.value=="yes": | |
23 --include_dependencies "${makeMode.include_deps}" | |
24 #end if | |
22 #end if | 25 #end if |
23 #if $make_HTML.value=="yes": | 26 #if $make_HTML.value=="yes": |
24 --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes" | 27 --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes" |
25 #else: | 28 #else: |
26 --output_dir "." | 29 --output_dir "." |
56 <valid initial="string.printable"> | 59 <valid initial="string.printable"> |
57 </valid> | 60 </valid> |
58 <mapping initial="none"/> | 61 <mapping initial="none"/> |
59 </sanitizer> | 62 </sanitizer> |
60 </param> | 63 </param> |
64 <param name="include_deps" type="select" label="Include ghostscript and graphicsmagick dependencies in generated tool" size="60" | |
65 help="If an HTML file is being created, including dependencies is recommended. Otherwise this setting has no effect"> | |
66 <option value="">Rely on system ghostscript and graphicsmagick rather than include these as dependencies</option> | |
67 <option value="yes" selected="true">Include dependencies so target installations will always work if HTML is being generated</option> | |
68 </param> | |
69 | |
61 </when> | 70 </when> |
62 <when value = ""> | 71 <when value = ""> |
63 </when> | 72 </when> |
64 </conditional> | 73 </conditional> |
65 <param name="make_HTML" type="select" label="Create an HTML report with links to all output files and thumbnail links to PDF images" size="60" | 74 <param name="make_HTML" type="select" label="Create an HTML report with links to all output files and thumbnail links to PDF images" size="60" |