mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Doc: Allow overriding $SGML_CATALOG_FILES using distribution specific paths
This commit is contained in:
		
				
					committed by
					
						
						Ondrej Zajicek (work)
					
				
			
			
				
	
			
			
			
						parent
						
							f26bf60fb5
						
					
				
				
					commit
					0e4920632a
				
			@@ -34,7 +34,8 @@ $progs = {
 | 
			
		||||
  "GROFFMACRO" => "-ms",
 | 
			
		||||
  "AWK" => "/usr/share/linuxdoc-tools/awkwhich"
 | 
			
		||||
};
 | 
			
		||||
$ENV{"SGML_CATALOG_FILES"} = "$DataDir/dtd/catalog";
 | 
			
		||||
$ENV{"SGML_CATALOG_FILES"} = "$DataDir/dtd/catalog" .
 | 
			
		||||
  (defined $ENV{SGML_CATALOG_FILES} ? ":$ENV{SGML_CATALOG_FILES}" : "");
 | 
			
		||||
 | 
			
		||||
require "$FindBin::Bin/LinuxDocTools.pm";
 | 
			
		||||
&LinuxDocTools::init;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user