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