#!/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 Sat Jul 8 19:41:49 PDT 2017 by mcsh d14 v0.22.0.