diff options
Diffstat (limited to 'print/html2ps/files/html2psrc.in')
-rw-r--r-- | print/html2ps/files/html2psrc.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/print/html2ps/files/html2psrc.in b/print/html2ps/files/html2psrc.in new file mode 100644 index 000000000000..4716fb2b8589 --- /dev/null +++ b/print/html2ps/files/html2psrc.in @@ -0,0 +1,23 @@ +/* Global configuration file for html2ps */ + +@html2ps { + package { + ImageMagick: 1; + PerlMagick: 1; + djpeg: 1; + TeX: 1; + dvips: 1; + Ghostscript: 1; + check: weblint++; + libwww-perl: 1; + path: "%%LOCALBASE%%/bin"; + } + paper { + type: libpaper; + } + hyphenation { + en { + file: "%%DATADIR%%/hyphen.tex"; + } + } +} |