(info, html): Implement.
(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.
This commit is contained in:
parent
641879abc7
commit
4ea4a01fd5
258 changed files with 318 additions and 239 deletions
28
info/coastwatch.t
Normal file
28
info/coastwatch.t
Normal file
|
@ -0,0 +1,28 @@
|
|||
.TH Command COASTWATCH
|
||||
.NA coastwatch "Check from sectors for nearby ships"
|
||||
.LV Basic
|
||||
.SY "coastwatch [<SECTS>]"
|
||||
The coastwatch command allows coastal sectors to report sightings of ships.
|
||||
.s1
|
||||
Visibility range is equal to
|
||||
four times the sector efficiency
|
||||
expressed as a decimal times the technology factor;
|
||||
e.g. a 100% efficient harbor with a 50% technology factor can
|
||||
see 2 sectors away.
|
||||
An exception is radar installations, which have a maximum range
|
||||
equal to fourteen times the sector efficiency, (i.e. 3.5 times as far).
|
||||
.s1
|
||||
A typical usage might be:
|
||||
.EX coast #3 ?type=)
|
||||
.NF
|
||||
3,-11 efficiency 100%, range 5.6
|
||||
Pandora (#5) oil derrick #74 @3, -9
|
||||
-1,4 efficiency 100%, range 5.6
|
||||
-3,13 efficiency 100%, range 5.6
|
||||
Galexis (#2) destroyer #35 @-3, 11
|
||||
.FI
|
||||
.s1
|
||||
Note that subs will NOT show up on coastwatch, unless they are in a
|
||||
sector you own.
|
||||
.s1
|
||||
.SA "skywatch, lookout, Sector-types, radar, Ships, Detection"
|
Loading…
Add table
Add a link
Reference in a new issue