HTMLLinker --version (return code: 0)
GNUstep HTMLLinker (gnustep-base version 1.24.9)
HTMLLinker --help (return code: 0)
GNUstep HTMLLinker
Usage: HTMLLinker [options] input_files [-l relocation_file] [-d destination_file]
Multiple input files, and multiple -l and -d options are allowed.
`options' include:
--help: print this message;
--version: print version information;
--verbose: print information while processing;
-Warn NO: do not print warnings about unresolved links;
-LinksMarker xxx: only fixup links with attribute rel=xxx;
-FixupAllLinks YES: attempt to fixup all links (not only ones with the marker);
-PathMappingsFile file: read path mappings from file (a dictionary);
-PathMappings '{"/usr/doc"="/Doc";}': use the supplied path mappings;
-BuildRelocationFileForDir yyy: build a relocation file for the dir yyy
and save it into yyy/table.htmlink. This option is special
and prevents any other processing by the linker.