update documentation extraction script (use .cc instead of .h)
[ardour.git] / tools / fmt-bindings
index d8c44645c27c98db2a68afd3b38b77f957e42a62..56bdc122c0dd465bb6b92c2ce49f9ee531a39ac8 100755 (executable)
@@ -316,7 +316,7 @@ if ($make_accelmap) {
     # merge in the "fixed" bindings that are not defined by the argument given to this program
     # namely, the step editor and the mixer windows
 
-    foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings") {
+    foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings") {
        $path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings);
        open HARDCODED, "<", $path or die $!;
        while (<HARDCODED>) {
@@ -325,7 +325,7 @@ if ($make_accelmap) {
        close HARDCODED;
     }
     
-    print "</BindingSet/>\n";
+    print "</BindingSet>\n";
 }
 
 if ($make_accelmap || !$make_cheatsheet) {