]> matita.cs.unibo.it Git - helm.git/commitdiff
HELM_DTD_DIR now also used
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 2 Feb 2001 16:43:56 +0000 (16:43 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 2 Feb 2001 16:43:56 +0000 (16:43 +0000)
helm/http_getter/http_getter.pl.in

index cd474f17b2e088a0fe2d23e3f640bd2eded62df4..addd81dccc1a2213455c10188072635257dd5985 100755 (executable)
@@ -34,7 +34,9 @@ if (defined ($HELM_LIB_DIR)) {
    $HELM_LIB_PATH = $DEFAULT_HELM_LIB_DIR."/configuration.pl";
 }
 
+# Let's override the configuration file
 $styles_dir = $ENV{"HELM_STYLE_DIR"} if (defined ($ENV{"HELM_STYLE_DIR"}));
+$dtd_dir = $ENV{"HELM_DTD_DIR"} if (defined ($ENV{"HELM_DTD_DIR"}));
 
 # <ZACK>: TODO temporary, move this setting to configuration file
 # set the cache mode, may be "gzipped" or "normal"