summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorivan <ivan>2012-01-05 02:36:52 +0000
committerivan <ivan>2012-01-05 02:36:52 +0000
commit739448dcae0a85893498b2ddbeb7a10ed05268cd (patch)
tree4555f089af53709a7b262b1bd17fc5cf76ee6287 /BUILD
parent203e53ac60f275d21478d4fe5e8b8bc0460193e0 (diff)
exhibiting at ispamerica
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 4845055..6a01efc 100755
--- a/BUILD
+++ b/BUILD
@@ -4,7 +4,7 @@ use Text::Template;
system("[ -d target ] || mkdir target");
-system("cp -pr docs css imgs *.htm *.pdf *.gif *.jpg *js target/");
+system("cp -pr docs css imgs *.htm *.pdf *.gif *.jpg *.png *js target/");
*Q::include = \&Text::Template::_load_text;