mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
remove font from toc
This commit is contained in:
parent
6df0930f33
commit
322106a4d2
1 changed files with 2 additions and 3 deletions
|
@ -1978,8 +1978,7 @@ main(int argc, char **argv, char **env)
|
|||
// file for top-left frame (header only; rest appended below)
|
||||
idxIndexFile = [@"MainIndex" stringByAppendingPathExtension: @"html"];
|
||||
[idxIndex setString: @"<HTML>\n <BODY>\n"
|
||||
@" <FONT FACE=\"sans\" SIZE=\"+1\"><B>Index</B></FONT><BR/><BR/>\n"
|
||||
@" <FONT FACE=\"sans\" SIZE=\"-1\">"];
|
||||
@" <B>Index</B><BR/>\n"];
|
||||
|
||||
// this becomes index.html
|
||||
framesetFile = [@"index" stringByAppendingPathExtension: @"html"];
|
||||
|
@ -2041,7 +2040,7 @@ main(int argc, char **argv, char **env)
|
|||
[idxIndex appendFormat:
|
||||
@" (<A HREF=\"%@.html\" TARGET=\"_top\">unframe</A>)\n",
|
||||
project];
|
||||
[idxIndex appendString: @" </FONT>\n </BODY>\n</HTML>\n"];
|
||||
[idxIndex appendString: @" </BODY>\n</HTML>\n"];
|
||||
[idxIndex writeToFile:
|
||||
[documentationDirectory stringByAppendingPathComponent: idxIndexFile]
|
||||
atomically: YES];
|
||||
|
|
Loading…
Reference in a new issue