X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=BUILD;h=424496c26e429a0661f4372f951efd0326cc887b;hb=e4d07807374d6ec9ffd761fb296b0a824b09d6a5;hp=8e3c0fdb74aaf4e970763ab218a54a6c92c7b130;hpb=57cacdfc97bb42609ac541d7039523386bd7fd1c;p=www.git diff --git a/BUILD b/BUILD index 8e3c0fd..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 target/"); +#*.htm *.pdf +system("cp -pr docs css imgs *.gif *.jpg *.png *js target/"); *Q::include = \&Text::Template::_load_text;