diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-04 11:25:13 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-04 11:25:13 +0100 |
commit | 2858907c249981d09274cf1dc37455850ff02984 (patch) | |
tree | 2ee8fa2ad5547d34e9085c6bb711313f603d208d /render_locally | |
parent | ccdefb56eb592b51f008560aa8097c03c4805882 (diff) |
Enable the txt plugin.
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 153e7e8a..67c96fdb 100755 --- a/render_locally +++ b/render_locally @@ -24,6 +24,7 @@ ikiwiki \ --plugin html \ --plugin sidebar \ --plugin table \ + --plugin txt \ --libdir "$src"/.library \ --plugin copyright \ --plugin license \ |