On 1/21/07, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > > > Now, do you have any idea if all man pages > > for the Xorg tarballs are packed into a man/ subdirectory? > > There are no manual pages outside the man/ subdirectory. The problem is that > not all drivers have this subdirectory, that's why the original sed ... > man/*.man idea is not good (this has to be done only if the man/ > subdirectory exists).
I was going to put it into the Introduction section where the general script is placed. Easy shell scripting: if [ -d man ]; then sed -i ... man/*.man fi With some text explaining about it that should make it clear enough to people that don't care that they can ignore it. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
