2.3.1
[www.git] / BUILD
diff --git a/BUILD b/BUILD
index 8e3c0fd..6a01efc 100755 (executable)
--- 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 *.jpg *.png *js target/");
 
 *Q::include = \&Text::Template::_load_text;