]> granicus.if.org Git - graphviz/commitdiff
Add source for info pages to CVS
authorerg <devnull@localhost>
Tue, 15 Apr 2008 17:20:25 +0000 (17:20 +0000)
committererg <devnull@localhost>
Tue, 15 Apr 2008 17:20:25 +0000 (17:20 +0000)
doc/infosrc/sz.awk [new file with mode: 0644]

diff --git a/doc/infosrc/sz.awk b/doc/infosrc/sz.awk
new file mode 100644 (file)
index 0000000..b3f32be
--- /dev/null
@@ -0,0 +1 @@
+{printf ("%dx%d", $2 + $4, $3 + $5); }