tisum.awk: ignore page cat pdfprolog recipe - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 77809fb0cc7c9ff07f0ecd319240c8e3ee2c9528 | |
parent b893932e4dfed96e126b1a39cb28ce2145621ea1 | |
Author: Russ Cox | |
Date: Sat, 10 May 2008 13:34:45 -0400 isum.awk: ignore page cat pdfprolog recipe Diffstat: M dist/isum.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/dist/isum.awk b/dist/isum.awk | |
t@@ -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 = "" |