mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Attempt to allow documentation to be generated for uninstalled base package.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29655 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
563261266c
commit
43bcaac3ad
5 changed files with 64 additions and 10 deletions
|
@ -809,6 +809,8 @@ main(int argc, char **argv, char **env)
|
|||
@"\t\tBOOL\t(NO)\n\tif YES, create documentation pages "
|
||||
@"for display in HTML frames",
|
||||
@"MakeFrames",
|
||||
@"\t\tString\t(nil)\n\tIf set, look for DTDs in the given directory",
|
||||
@"DTDs",
|
||||
nil];
|
||||
argSet = [NSSet setWithArray: [argsRecognized allKeys]];
|
||||
argsGiven = [[NSProcessInfo processInfo] arguments];
|
||||
|
@ -853,6 +855,10 @@ main(int argc, char **argv, char **env)
|
|||
|
||||
mgr = [NSFileManager defaultManager];
|
||||
|
||||
if ([GSXMLParser respondsToSelector: @selector(setDTDs:)])
|
||||
{
|
||||
[GSXMLParser setDTDs: [defs stringForKey: @"DTDs"]];
|
||||
}
|
||||
|
||||
verbose = [defs boolForKey: @"Verbose"];
|
||||
warn = [defs boolForKey: @"Warn"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue