You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Fixed DTD search path.
The search path that did not work properly when --doc-path was used.
This commit is contained in:
		| @@ -53,7 +53,7 @@ sub new | ||||
|         else | ||||
|         { | ||||
|             my $oParser = XML::Checker::Parser->new(ErrorContext => 2, Style => 'Tree'); | ||||
|             $oParser->set_sgml_search_path(dirname($self->{strFileName}) . '/dtd', dirname($self->{strFileName}) . '/xml/dtd'); | ||||
|             $oParser->set_sgml_search_path(dirname($0) . '/xml/dtd'); | ||||
|  | ||||
|             my $oTree; | ||||
|  | ||||
|   | ||||
| @@ -86,6 +86,12 @@ | ||||
|     <release-list> | ||||
|          <release date="XXXX-XX-XX" version="1.03dev" title="UNDER DEVELOPMENT"> | ||||
|              <release-doc-list> | ||||
|                  <release-bug-list> | ||||
|                     <release-item> | ||||
|                         <p>Fixed DTD search path that did not work properly when <setting>--doc-path</setting> was used.</p> | ||||
|                     </release-item> | ||||
|                 </release-bug-list> | ||||
|  | ||||
|                  <release-feature-list> | ||||
|                     <release-item> | ||||
|                         <p>Allow hidden options to be added to a command.  This allows certain commands (like <id>apt-get</id>) to be forced during the build without making that a part of the documentation.</p> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user