diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 13:10:07 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 14:06:54 +0200 |
commit | 4a4033e7e5207fdf7db74f4032de0ed88273bacf (patch) | |
tree | 6f838d4c11d9eecddb200fd94c57b4ebbc9c2127 /render_locally | |
parent | 7d37ea67aac9325af66289ea2afe7ed6bf270f00 (diff) |
Add (and enable) a `copyright' plugin, a copy of the `license' one.
Diffstat (limited to 'render_locally')
-rwxr-xr-x | render_locally | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render_locally b/render_locally index 25a738ea..9864542d 100755 --- a/render_locally +++ b/render_locally @@ -29,6 +29,7 @@ ikiwiki \ --plugin sidebar \ --plugin table \ --libdir "$src"/.library \ + --plugin copyright \ --plugin license \ ${1+"$@"} \ "$src" "$dest" && |