diff options
Diffstat (limited to 'render_locally')
-rwxr-xr-x | render_locally | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/render_locally b/render_locally index 660efca2..d2453c8c 100755 --- a/render_locally +++ b/render_locally @@ -26,6 +26,8 @@ ikiwiki \ --plugin goodstuff \ --plugin favicon \ --plugin sidebar \ + --libdir "$src"/.library \ + --plugin license \ ${1+"$@"} \ "$src" "$dest" && |