K 10 svn:author V 4 bmah K 8 svn:date V 27 2006-11-09T04:23:14.000000Z K 7 svn:log V 381 Eliminate duplicate traversal of directories in realinstall target. This change eliminates O(2^N)-1 passes through the individual documents, where N is the number of levels of directory hierarchy. For a "make install" from the top level of the doc/ tree, files corresponding to individual documents were being installed eight (!!!) times. Reviewed by: trhodes, Szilveszter Adam END