xref: /freebsd/contrib/ntp/sntp/loc/README (revision 416ba5c74546f32a993436a99516d35008e9f384)
1*2b15cb3dSCy SchubertIf you look at the files here you should be able to figure out what is
2*2b15cb3dSCy Schubertbeing done.
3*2b15cb3dSCy Schubert
4*2b15cb3dSCy Schubert../scripts/genLocInfo handles the parsing of these files.
5*2b15cb3dSCy Schubert
6*2b15cb3dSCy SchubertIf no "more specific" file has been found and cvo.sh says the OS is
7*2b15cb3dSCy Schubertredhat* or fedora*, we will look for loc/redhat .
8*2b15cb3dSCy Schubert
9*2b15cb3dSCy SchubertIf no "mode specific" file has been found and the "uname" command returns
10*2b15cb3dSCy Schubert"Linux", we will look for loc/linux .
11*2b15cb3dSCy Schubert
12*2b15cb3dSCy SchubertNote that automake has interesting behavior - we build the man pages using
13*2b15cb3dSCy Schubertthe man_MANS target, but they are actually installed using the empty
14*2b15cb3dSCy SchubertmanX_MANS= target, which "does the right thing".  This means that we
15*2b15cb3dSCy Schubertneed to have empty manX_MANS= targets for each possible X, based on
16*2b15cb3dSCy Schubertthe data in the loc/ files.  For executables, this generally means
17*2b15cb3dSCy Schubertsections 1 and 8.
18