(all): Depend on info. Flatten info directory. This undoes the move to one subdirectory per chapter, which was done during Empire 2. The structure doesn't buy us much, as the info name space is flat, and it complicates makefiles. Overhaul info.pl: - It now wants to run in the root of the build tree. - Information on source files and subjects is now stored in makefiles, thus info.pl no longer picks up random junk from the file system. - Clean up Perl anachronisms, in particular use subroutine arguments and results rather than global variables where convenient. - Change format of diagnostics to the common format used by GNU tools, so that Emacs and the like can parse it. - Catch missing .SA. - When creating a new subject file, cowardly refuse to overwrite an existing file. - Subject files contain topics sorted by chapter, then by name. The order of chapters used to depend on how Perl sorts hash keys. Fix it.
20 lines
551 B
Perl
20 lines
551 B
Perl
.TH Command BESTPATH
|
|
.NA bestpath "Show the best path from one sector to another"
|
|
.LV Expert
|
|
.SY "bestpath <SECTS> <SECTS>"
|
|
.s1
|
|
The bestpath command shows you the best path from any sector
|
|
to any sector. You must own both sectors.
|
|
.s1
|
|
The path shown by bestpath is the cheapest
|
|
owned existing path in terms of mobility.
|
|
.s1
|
|
Note that if you give these commands areas, they will show you more paths.
|
|
For example,
|
|
.s1
|
|
.EX bestpath #1 #2
|
|
.s1
|
|
will show the best paths from all sectors in realm 1 to all the sectors in
|
|
realm 2.
|
|
.s1
|
|
.SA "distribute, Maps"
|