#!/bin/sh
# Configuration file for ogonkify

# Where the perl executable is.  Both perl4 and perl5 should be okay.
PERL="/usr/local/bin/perl5"

# The installation prefix
PREFIX="/home/jec"

# Where to put the ogonkify executable.  If you just want to leave it
# in the current directory, comment out this line.
BINDIR="${PREFIX}/bin"

# Where to put the man page.  You might want to comment out this line.
MANDIR="${PREFIX}/man/man1"

# Where to put the info manual.  Comment this line out.

# The directory where the IBM Courier fonts live
# They are only needed for the `-C' option
IBMFONTDIR="/usr/local/lib/X11R6/fonts/Type1"
#IBMFONTDIR="/usr/local/share/TeX/gs/fonts"

# The names of the IBM fonts
# Those are searched in $IBMFONTDIR
IBMFONTS="cour*.pfa"
#IBMFONTS="ncr*.pfa"

# The directory where ogonkify's prolog files are to go
LIBDIR="${PREFIX}/lib/ogonkify"

# Where to put the .pfa complete files.
# Those take a bit of disk space, but can be used by other apps.
# You might want to uncomment this line if you use the founts with
# programs other than ogonkify (e.g. genscript)
#PFADIR="$LIBDIR"

