# # # patch "ChangeLog" # from [2db66104ccb8dc2f4be74731787dedd269eb6173] # to [670275e76de6bbc2dff9c91d4be04fe3cb6e7093] # # patch "automate.cc" # from [97e0164b6a47a27372a76e9e7b90c6d75c006462] # to [c471763d3649db89ba59bfcf99705ac18b68d9b2] # ============================================================ --- ChangeLog 2db66104ccb8dc2f4be74731787dedd269eb6173 +++ ChangeLog 670275e76de6bbc2dff9c91d4be04fe3cb6e7093 @@ -1,5 +1,7 @@ 2006-03-18 Matthew Gregan + * automate.cc (automate_inventory): Add an MM(). + * Makefile.am: Copy figures/ into two places for html target, and don't attempt to copy std_hooks.lua over itself if we're building in the src dir. ============================================================ --- automate.cc 97e0164b6a47a27372a76e9e7b90c6d75c006462 +++ automate.cc c471763d3649db89ba59bfcf99705ac18b68d9b2 @@ -683,7 +683,7 @@ temp_node_id_source nis; roster_t base, curr; inventory_map inventory; - cset cs; + cset cs; MM(cs); path_set unchanged, changed, missing, known, unknown, ignored; get_base_and_current_roster_shape(base, curr, nis, app);