57a0d5b93d
Submitted by Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>. Offline HTMLHelp.com Validator for HTML and XHTML.
17 lines
666 B
Plaintext
17 lines
666 B
Plaintext
$OpenBSD: patch-validate,v 1.1.1.1 2003/02/03 16:41:33 naddy Exp $
|
|
--- validate.orig Mon Feb 3 17:10:52 2003
|
|
+++ validate Mon Feb 3 17:11:26 2003
|
|
@@ -43,10 +43,10 @@ my $usage = "Usage: validate [OPTION] [F
|
|
my $tryHelp = qq{Try "validate --help" for more information.};
|
|
|
|
# SGML directory (catalog, DTDs, SGML declarations)
|
|
-my $sgmlDir = '/usr/local/share/wdg/sgml-lib';
|
|
+my $sgmlDir = '%%LOCALBASE%%/share/wdg/sgml-lib';
|
|
|
|
# Location of lq-nsgmls executable
|
|
-my $nsgmlsLocation = '/usr/local/bin/lq-nsgmls';
|
|
+my $nsgmlsLocation = '%%LOCALBASE%%/bin/lq-nsgmls';
|
|
|
|
# lq-nsgmls command line
|
|
# The SGML declaration and HTML document's filename will be appended
|