diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-28 17:16:13 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-30 12:49:24 +0200 |
commit | b73da1274639d641415e3936f599e46fa4799787 (patch) | |
tree | dfc89a324267c7b04dfbffe468f0a880addc3b71 /render_locally | |
parent | a686b75c7b5988156a6ce42ddda6035119a874ba (diff) |
First version of a `license' plugin. Use it.
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" && |