diff options
-rwxr-xr-x | render_locally | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render_locally b/render_locally index 9864542d..ce83cd84 100755 --- a/render_locally +++ b/render_locally @@ -31,6 +31,7 @@ ikiwiki \ --libdir "$src"/.library \ --plugin copyright \ --plugin license \ + --plugin texinfo \ ${1+"$@"} \ "$src" "$dest" && |