Repository 'toolfactory'
hg clone https://toolshed.g2.bx.psu.edu/repos/fubar/toolfactory

Changeset 23:8aab0f66cd5f (2014-03-25)
Previous changeset 22:2983106e1460 (2014-03-23) Next changeset 24:f87139fe5e09 (2014-07-27)
Commit message:
Uploaded
modified:
rgToolFactory.xml
b
diff -r 2983106e1460 -r 8aab0f66cd5f rgToolFactory.xml
--- a/rgToolFactory.xml Sun Mar 23 08:17:32 2014 -0400
+++ b/rgToolFactory.xml Tue Mar 25 22:17:20 2014 -0400
b
@@ -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>