16 lines
597 B
Text
16 lines
597 B
Text
|
--- 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
|