#!/bin/bash
# doc/tool/ghostscript - Ghostscript support

set -e


######
# Native dependencies

doc_tool_ghostscript_client_packages=( ghostscript )


######
# Config

ghostcore_script_config_init() {
	:
}

ghostcore_script_config_check() {
	:
}


######
# ghostscript support

run_ps2pdf() { run ps2pdf "$@"; }

View the Script Reference Index


Generated on Tue Apr 25 21:20:52 PDT 2017 by mcsh i7 v0.18.0.