15 lines
418 B
Text
15 lines
418 B
Text
$NetBSD: patch-ab,v 1.1 2001/10/09 15:50:55 nra Exp $
|
|
|
|
--- pdf2html.pl.orig Fri May 25 06:57:02 2001
|
|
+++ pdf2html.pl
|
|
@@ -17,8 +17,8 @@
|
|
|
|
#### YOU MUST SET THESE ####
|
|
|
|
-my $PDFTOTEXT = "/... .../pdftotext";
|
|
-my $PDFINFO = "/... .../pdfinfo";
|
|
+my $PDFTOTEXT = "@@X11BASE@@/bin/pdftotext";
|
|
+my $PDFINFO = "@@X11BASE@@/bin/pdfinfo";
|
|
#
|
|
# De-hyphenation option (only affects end-of-line hyphens):
|
|
my $Dehyphenate = 1;
|