summaryrefslogtreecommitdiff
path: root/textproc/latex2html/files/local.pm
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/latex2html/files/local.pm')
-rw-r--r--textproc/latex2html/files/local.pm28
1 files changed, 28 insertions, 0 deletions
diff --git a/textproc/latex2html/files/local.pm b/textproc/latex2html/files/local.pm
new file mode 100644
index 000000000000..61d170a36173
--- /dev/null
+++ b/textproc/latex2html/files/local.pm
@@ -0,0 +1,28 @@
+#################################################################
+# local.pm
+#
+# Local Configuration for LaTeX2HTML
+#
+# This file is created automatically. Do not edit!
+#
+#################################################################
+
+package main;
+
+### start pstoimg configuration ###
+$GS_LIB = '/usr/local/share/ghostscript/5.0'; # Inserted by configure-pstoimg
+$PNMCAT = '/usr/X11R6/bin/pnmcat'; # Inserted by configure-pstoimg
+$PPMQUANT = '/usr/X11R6/bin/ppmquant'; # Inserted by configure-pstoimg
+$PNMFLIP = '/usr/X11R6/bin/pnmflip'; # Inserted by configure-pstoimg
+$PPMTOGIF = '/usr/X11R6/bin/ppmtogif'; # Inserted by configure-pstoimg
+$HOWTO_TRANSPARENT_GIF = 'netpbm'; # Inserted by configure-pstoimg
+$GS_DEVICE = 'ppmraw'; # Inserted by configure-pstoimg
+$GS = '/usr/local/bin/gs'; # Inserted by configure-pstoimg
+$PNMFILE = '/usr/X11R6/bin/pnmfile'; # Inserted by configure-pstoimg
+$HOWTO_INTERLACE_GIF = 'netpbm'; # Inserted by configure-pstoimg
+$PBMMAKE = '/usr/X11R6/bin/pbmmake'; # Inserted by configure-pstoimg
+$PNMCROP = '/usr/X11R6/bin/pnmcrop'; # Inserted by configure-pstoimg
+
+### end pstoimg configuration ###
+
+1;