softmaker.textmakerviewer/builder-targets-cb.sh

19 lines
517 B
Bash
Raw Normal View History

2012-01-27 19:56:01 +01:00
##############################################################################
# This optional file "builder-targets-cb.sh" will be called by builder.sh
#
# target order: config, prepare, retrieve, create, package, publish, commit, cleanup
# callbacks: cb_package_makeproductfile
#
##############################################################################
function create() {
echo "Create"
builder_create
}
function cleanup() {
echo "Cleanup: output_dir: $output_dir"
# builder_cleanup
}