diff options
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ use Text::Template; system("[ -d target ] || mkdir target"); -system("cp -pr css imgs *.htm target/"); +system("cp -pr css imgs *.htm *.pdf *.gif target/"); *Q::include = \&Text::Template::_load_text; |