Name Date Size #Lines LOC

..--

READMEH A D22-Jun-2015741 1813

darwinH A D22-Jun-2015255 1615

debianH A D22-Jun-2015291 1918

freebsdH A D22-Jun-2015248 1615

legacyH A D22-Jun-2015282 1918

netbsdH A D22-Jun-2015247 1615

redhatH A D22-Jun-2015285 1817

solarisH A D22-Jun-2015306 1817

README

1If you look at the files here you should be able to figure out what is
2being done.
3
4../scripts/genLocInfo handles the parsing of these files.
5
6If no "more specific" file has been found and cvo.sh says the OS is
7redhat* or fedora*, we will look for loc/redhat .
8
9If no "mode specific" file has been found and the "uname" command returns
10"Linux", we will look for loc/linux .
11
12Note that automake has interesting behavior - we build the man pages using
13the man_MANS target, but they are actually installed using the empty
14manX_MANS= target, which "does the right thing".  This means that we
15need to have empty manX_MANS= targets for each possible X, based on
16the data in the loc/ files.  For executables, this generally means
17sections 1 and 8.
18