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