summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorivan <ivan>2009-04-15 02:00:07 +0000
committerivan <ivan>2009-04-15 02:00:07 +0000
commit57cacdfc97bb42609ac541d7039523386bd7fd1c (patch)
tree37940cd2736f1bbe7e956a95badc190c9976d751 /BUILD
parenta972f22ff6669758d3e83da05a0a0d2fbec2d6dc (diff)
we won an award, hired jeremy and are exhibiting at astricon
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 77e6bff..8e3c0fd 100755
--- a/BUILD
+++ b/BUILD
@@ -4,7 +4,7 @@ use Text::Template;
system("[ -d target ] || mkdir target");
-system("cp -pr css imgs *.htm *.pdf *.gif target/");
+system("cp -pr docs css imgs *.htm *.pdf *.gif target/");
*Q::include = \&Text::Template::_load_text;