mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Doc: Detect SP/OpenSP automatically
This commit is contained in:
		@@ -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}" : "");
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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}" : "");
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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}" : "");
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user