Title: 
  From header file to another header file
Goal: 
  Move the definition of macro `Person' from the header file `header1.hdr' 
  to the header file `header2.hrl'.
Parameters: 
  [{file,"header1.hrl"},{maclist,["Person"]},{filename,"header2.hrl"}].
Documentation: 
  Remove the macro definition from `header1.erl', append it to `header2.hrl'
  and insert an include form before the first function declaration of every 
  module (`mr05.erl' in this case) where the record is used.
