new git tools
[www.git] / BUILD
diff --git a/BUILD b/BUILD
index 77e6bff..424496c 100755 (executable)
--- a/BUILD
+++ b/BUILD
@@ -4,7 +4,8 @@ use Text::Template;
 
 system("[ -d target ] || mkdir target");
 
-system("cp -pr 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;