diff options
author | ivan <ivan> | 2010-03-13 05:19:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-13 05:19:15 +0000 |
commit | 00bd33317205c96a1f3281ca5925a10d1d311174 (patch) | |
tree | aa12d4cc0eb14d255c40c5269330175ba0de9aef /BUILD | |
parent | 043b6469b31c3a1718f85d919b8ee139f5e92adb (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-x | BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |