Book Auto Terms (BATS) allows you to assign taxonomy terms for book pages based 
on the parent book page.

INSTALLATION
------------

Copy all files to modules/bats/, visit Admin >> Site building >> Modules 
(admin/build/modules) and enable Book Auto Terms. The provided install file 
should correctly set the weight of the module. If not execute the following 
query manually:

UPDATE system SET weight = -1 WHERE name = 'bats';
