(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.
36 lines
1.6 KiB
Perl
36 lines
1.6 KiB
Perl
.TH Concept "Moving Things About"
|
|
.NA Moving "A quick reference for moving things around"
|
|
.LV Basic
|
|
.s1
|
|
Most of Empire consists of you moving something from one place to
|
|
another. The following table tells you which commands you use
|
|
to move the kind of thing that you want to move.
|
|
.s1
|
|
.NF
|
|
What From To Command
|
|
----------------------------------------------------
|
|
comm sector sector move <WHAT> <FROM> <NUM> <TO>
|
|
comm/land/plane sector ship load <WHAT> <SHIP> <NUM>
|
|
comm/plane sector unit lload <WHAT> <UNIT> <NUM>
|
|
comm/land/plane ship sector unload <WHAT> <FROM> <NUM>
|
|
comm/land ship ship tend <WHAT> <FROM> <NUM> <TO>
|
|
comm ship unit ltend <WHAT> <FROM> <NUM> <TO>
|
|
comm/plane unit sector lunload <WHAT> <FROM> <NUM>
|
|
unit sector sector march <UNITS>
|
|
ship sector sector navi <UNITS>
|
|
plane sector sector trans <PLANE> <TO>
|
|
nuke sector sector trans <FROM> <TYPE> <NUM> <TO>
|
|
nuke sector plane arm <PLANE> <TYPE>
|
|
nuke plane sector disarm <PLANE>
|
|
.FI
|
|
.s1
|
|
Note that in the case of load, lload, unload, tend, and lunload, the
|
|
way you specify whether you are moving a commodity, land unit or plane
|
|
is by using the word "land" or "plane" instead of the commodity name
|
|
in the <WHAT> field. If <WHAT> is "land" or "plane", then <NUM> is
|
|
the unit or plane id. So for example, to load ship #1 with land unit
|
|
#2, you would type:
|
|
.EX "load land 1 2"
|
|
.s1
|
|
.SA "Mobility, Transportation"
|
|
|