(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.
33 lines
724 B
Text
33 lines
724 B
Text
.\" EMPIRE MACRO FILE FOR 24-LINE CRT
|
|
.\" Normal Font
|
|
.ds nF \\fR
|
|
.\" Normal font name: must match value of nF!
|
|
.ds N R
|
|
.\" Example Font
|
|
.ds eF \\fR
|
|
.\" Example Font name (used with .cs requests): must match value of eF!
|
|
.ds EF R
|
|
.\" Bold Font
|
|
.ds bF \\fR
|
|
.\" Italic Font
|
|
.ds iF \\fR
|
|
.\" Previous Font
|
|
.ds pF \\fP
|
|
.\" Character spacing string
|
|
.ds cS 26
|
|
.\" Start out correctly
|
|
.nr CS 0
|
|
.\" Special strings for special characters, including smart quotes.
|
|
.ds <= <=
|
|
.ds >= >=
|
|
.ds Q \&"
|
|
.ds U \&"
|
|
.pl 23v \" Page length: 23 lines
|
|
.ll 7.8i \" Line length: 7.8 inches
|
|
.ev 1
|
|
.ll 7.8i \" Line length: 7.8 inches
|
|
.ev
|
|
.ev 2
|
|
.ll 7.8i \" Line length: 7.8 inches
|
|
.ev
|
|
.so INFO.MAC \" Read in INFO.MAC macros
|