summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-03-20 15:56:47 -0700
committerIvan Kohler <ivan@freeside.biz>2012-03-20 15:56:47 -0700
commit3d6f94384906b9bd5aa23d0943f2e93b8c71dfed (patch)
tree61eb767f1a50364937d616142c5cee0918e41659 /BUILD
parentc620a74107a89748a126610415019ad9f241ca37 (diff)
crphone & ispdone logos, globelink systems (now myprobooks) website not ready yet
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 6a01efc..424496c 100755
--- a/BUILD
+++ b/BUILD
@@ -4,7 +4,8 @@ use Text::Template;
system("[ -d target ] || mkdir target");
-system("cp -pr docs css imgs *.htm *.pdf *.gif *.jpg *.png *js target/");
+#*.htm *.pdf
+system("cp -pr docs css imgs *.gif *.jpg *.png *js target/");
*Q::include = \&Text::Template::_load_text;