~dustin-spy/twisted/dustin

« back to all changes in this revision

Viewing changes to admin/makebook

  • Committer: moshez
  • Date: 2002-10-25 07:41:23 UTC
  • Revision ID: vcs-imports@canonical.com-20021025074123-4fbcb37163e9d169
Twisted.Lore, the Twisted Document generation lanaguage

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
set -e
3
3
cp admin/book.tex doc/howto
4
 
cd doc/howto
5
 
for file in *.html
6
 
    do ../../admin/latex.py $file
7
 
done
 
4
./bin/html2latex -s doc/howto/*.html
8
5
latex book.tex
9
6
latex book.tex
10
7
dvips -o book.ps book.dvi