/doc/Spanish/userguide-es/pdfgen
http://txt2tags.googlecode.com/ · #! · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 96cd6523cdde09b668496caf1c3f8d88 MD5 · raw file
- #!/bin/bash
- t2t=txt2tags
- html=userguide-pdf.html
- in=userguide-es.t2t
- out=../userguide-es.pdf
- $t2t $in
- htmldoc --batch pdf.book
- rm $html
- echo saved $out
- exit 0