K 10 svn:author V 3 nik K 8 svn:date V 27 1999-08-26T19:42:13.000000Z K 7 svn:log V 427 When making the compatability symlink, do it in the parent directory to both directories, and make it relative, rather than absolute. This fixes the case where you might install the docs under one directory /foo/bar/..., and then want to migrate them elsewhere (to /usr/share/). With the old scheme, the symlink would start /foo/bar/..., and would therefore be broken. A good example of this happening is "make release" :-) END