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