Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Simple Makefile
  • Loading branch information
davorg committed Nov 16, 2014
1 parent 984b63d commit 40cfe96
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
@@ -0,0 +1,10 @@

book: perlwebbook.epub

mobi: perlwebbook.mobi

perlwebbook.mobi: perlwebbook.epub
kindlegen perlwebbook.epub

perlwebbook.epub: chapters/how_the_web_works.md
pandoc -o perlwebbook.epub title.txt chapters/how_the_web_works.md --epub-metadata=metadata.xml --toc --toc-depth=2

0 comments on commit 40cfe96

Please sign in to comment.