summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorivan <ivan>2010-03-13 05:19:15 +0000
committerivan <ivan>2010-03-13 05:19:15 +0000
commit00bd33317205c96a1f3281ca5925a10d1d311174 (patch)
treeaa12d4cc0eb14d255c40c5269330175ba0de9aef /BUILD
parent043b6469b31c3a1718f85d919b8ee139f5e92adb (diff)
we're going to B/OSS, we released 1.7.4 and new twin products replace the old all-in-ones
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 8e3c0fd..c66446d 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 target/");
+system("cp -pr docs css imgs *.htm *.pdf *.gif *js target/");
*Q::include = \&Text::Template::_load_text;