#!/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 Developer Guide Index

View the Reference Manual Index


Generated on Fri Jul 28 14:35:38 PDT 2017 by mcsh d14 v0.23.0.