diff options
author | Russ Cox <rsc@swtch.com> | 2008-05-10 13:34:45 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-05-10 13:34:45 -0400 |
commit | 77809fb0cc7c9ff07f0ecd319240c8e3ee2c9528 (patch) | |
tree | 49f26a7c04247536371bba2a43bd2f20599a924a | |
parent | b893932e4dfed96e126b1a39cb28ce2145621ea1 (diff) | |
download | plan9port-77809fb0cc7c9ff07f0ecd319240c8e3ee2c9528.tar.gz plan9port-77809fb0cc7c9ff07f0ecd319240c8e3ee2c9528.tar.bz2 plan9port-77809fb0cc7c9ff07f0ecd319240c8e3ee2c9528.zip |
isum.awk: ignore page cat pdfprolog recipe
-rw-r--r-- | dist/isum.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/isum.awk b/dist/isum.awk index 476c6ea9..4fce96ec 100644 --- a/dist/isum.awk +++ b/dist/isum.awk @@ -66,7 +66,7 @@ debug!=0 { print "# " $0 } { printtabs = 0 } -/^(9a|9c|9l|9ar|9?install|cp|rm|mv|mk|9 yacc|9 lex|9 rc|do|for i|if|mk|gcc|cpp|cp|sh|cmp|rc|\.\/o)($|[^:])/ { +/^(9a|9c|9l|9ar|9?install|cat pdf|cp|rm|mv|mk|9 yacc|9 lex|9 rc|do|for i|if|mk|gcc|cpp|cp|sh|cmp|rc|\.\/o)($|[^:])/ { if(debug) print "% start" errors = 0 cmd = "" |