To have DITA2Go assemble files and optionally archive deliverables, specify the following option in your project configuration file:
[Automation] ; WrapAndShip = No (default) or Yes (use WrapPath, ArchiveCommand, ; ShipPath, CopyGraphicsFrom, and CopyCssFrom) WrapAndShip=Yes
When WrapAndShip=Yes, DITA2Go acts on all options in the [Automation] section of the configuration file.
When WrapAndShip=No (the default), DITA2Go ignores most [Automation] settings, unless you have DITA2Go run a compiler or indexer for a Help system (see §44.10 Gathering and processing Help-system files). Table 44-4 shows which [Automation] settings are activated when DITA2Go runs a compiler or indexer for a Help system.
Note: If you specify CopyOriginalGraphics=Yes, graphics are copied regardless of the value of WrapAndShip; see §44.7.1 Copying referenced graphics to a distribution directory.
To have DITA2Go log the commands executed when WrapAndShip=Yes:
[Automation] WrapAndShip=Yes ; LogAuto=No (default) or Yes (log all automation commands) LogAuto=Yes
When LogAuto=Yes, each command DITA2Go executes to carry out an automation option is recorded in the DITA2Go log file, provided logging is enabled; see §4.2 Logging conversion events. LogAuto takes effect only when WrapAndShip=Yes.