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