summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 6a01efc..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 *.jpg *.png *js target/");
+#*.htm *.pdf
+system("cp -pr docs css imgs *.gif *.jpg *.png *js target/");
*Q::include = \&Text::Template::_load_text;