Mercurial > repos > fubar > toolfactory
changeset 23:8aab0f66cd5f draft
Uploaded
author | fubar |
---|---|
date | Tue, 25 Mar 2014 22:17:20 -0400 |
parents | 2983106e1460 |
children | f87139fe5e09 |
files | rgToolFactory.xml |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rgToolFactory.xml Sun Mar 23 08:17:32 2014 -0400 +++ b/rgToolFactory.xml Tue Mar 25 22:17:20 2014 -0400 @@ -19,6 +19,9 @@ --tool_version "$makeMode.tool_version" --new_tool "$new_tool" --help_text "$helpme" + #if $make_HTML.value=="yes": + --include_dependencies "${makeMode.include_deps}" + #end if #end if #if $make_HTML.value=="yes": --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes" @@ -58,6 +61,12 @@ <mapping initial="none"/> </sanitizer> </param> + <param name="include_deps" type="select" label="Include ghostscript and graphicsmagick dependencies in generated tool" size="60" + help="If an HTML file is being created, including dependencies is recommended. Otherwise this setting has no effect"> + <option value="">Rely on system ghostscript and graphicsmagick rather than include these as dependencies</option> + <option value="yes" selected="true">Include dependencies so target installations will always work if HTML is being generated</option> + </param> + </when> <when value = ""> </when>