Skip to content

Commit

Permalink
Added builder - do not use unless you are me
Browse files Browse the repository at this point in the history
  • Loading branch information
cbx33 committed Feb 22, 2012
1 parent 40b25f5 commit df0de68
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions builder.sh
@@ -0,0 +1,11 @@
#!/bin/bash

make print
cp gitt.pdf ../tempo/print.pdf
make screen
cp gitt.pdf ../tempo/screen.pdf
make mobi
cp build/complete.mobi ../tempo/
make epub
cp build/complete.epub ../tempo/
make site

0 comments on commit df0de68

Please sign in to comment.