Navigation Menu

Skip to content

Commit

Permalink
PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDiBernardo committed Jul 16, 2015
1 parent 28ba1d6 commit 3a6151a
Show file tree
Hide file tree
Showing 5 changed files with 1,082 additions and 90 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -30,6 +30,8 @@ tex/modeller.markdown
tex/modeller-images
tex/ci.markdown
tex/ci-images
tex/objmodel.markdown
tex/objmodel-images
html/content
html/cache
*.pid
2 changes: 2 additions & 0 deletions build.py
Expand Up @@ -15,6 +15,7 @@ def main(chapters=[], epub=False, pdf=False, html=False, mobi=False, pandoc_epub

chapter_dirs = [
'sample',
'objmodel',
'ci',
'crawler',
'template-engine',
Expand Down Expand Up @@ -55,6 +56,7 @@ def main(chapters=[], epub=False, pdf=False, html=False, mobi=False, pandoc_epub

image_paths = [
'./sample/sample-images',
'./objmodel/objmodel-images',
'./ci/ci-images',
'./crawler/crawler-images',
'./modeller/modeller-images',
Expand Down

0 comments on commit 3a6151a

Please sign in to comment.