I was wondering why we build even if we had no source changes. #!/bin/bash find . -mindepth 3 -mtime -3 -type f -print | \ grep -v -e CVS -e '^\./articles' -e '^\./webpages'| \ sed -e 's/\.\/manuals\.sgml\/\([^/]*\)\/.*/\1/' | \ sort | \ uniq
Should list only tree with changes. With few more exclusion tree names build process maybe less demanding. This may be good idea if we build pdf and ps for all SGML. Just for record :) -- ~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++ Osamu Aoki @ Cupertino CA USA See "User's Guide": http://www.debian.org/doc/manuals/users-guide/ See "Debian reference": http://www.debian.org/doc/manuals/reference/ "Debian reference" Project at: http://qref.sf.net I welcome your constructive criticisms and corrections. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

