]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - doc/sgml2txt
Doc: Detect SP/OpenSP automatically
[thirdparty/bird.git] / doc / sgml2txt
index af0bcb49a57737c939914a35ea9f87b396425d4a..013479fe0ac8a7a8a35258f8f572d4bc1104db93 100755 (executable)
@@ -34,6 +34,10 @@ $progs = {
   "GROFFMACRO" => "-ms",
   "AWK" => "/usr/share/linuxdoc-tools/awkwhich"
 };
+
+if (! -x $progs->{"NSGMLS"})
+  { $progs->{"NSGMLS"} = "/usr/bin/onsgmls"; }
+
 $ENV{"SGML_CATALOG_FILES"} = "$DataDir/dtd/catalog" .
   (defined $ENV{SGML_CATALOG_FILES} ? ":$ENV{SGML_CATALOG_FILES}" : "");