diff options
Diffstat (limited to 'docs/generate')
-rwxr-xr-x | docs/generate | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/generate b/docs/generate new file mode 100755 index 0000000..72c2a68 --- /dev/null +++ b/docs/generate @@ -0,0 +1,3 @@ +#!/bin/sh +txt2tags --encoding utf-8 --css-sugar --style style.css --toc -t xhtml -o INSTALL.html INSTALL.t2t +txt2tags --encoding utf-8 --toc -t txt -o ../INSTALL INSTALL.t2t |