PageRenderTime 31ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/doc/German/userguide-de/pdfgen

http://txt2tags.googlecode.com/
#! | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | af229e355f04964698644255763db401 MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0, WTFPL
  1. #!/bin/bash
  2. t2t=txt2tags
  3. html=userguide-pdf.html
  4. in=userguide-de.t2t
  5. out=../userguide-de.pdf
  6. $t2t $in
  7. htmldoc --batch pdf.book
  8. rm $html
  9. echo saved $out
  10. exit 0