X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=doc%2FPROGRAMMING;fp=doc%2FPROGRAMMING;h=c3530f26f5f82319a09fcb8fa02e0849f29bb587;hb=4433049e1c444db9536be2141431d98b0ea438e4;hp=4e7ea463dfed10678a65e62bba35998c501d4b85;hpb=7b1e681929b2ff7881dd130c22889dcab184a80e;p=debhelper.git diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index 4e7ea46..c3530f2 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -263,7 +263,12 @@ insert_after($existing_command, $new_command) Insert $new_command in sequences after $existing_command remove_command($existing_command) - Remove $existing_command from the list of commands to run. + Remove $existing_command from the list of commands to run + in all sequences. + +add_command($sequence, $new_command) + Add $new_command to the beginning of the specified sequence. + If the sequence does not exist, it will be created. Buildsystem Classes: -------------------