Skip to content

Commit

Permalink
Adds chapter generation makefile and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
eloraburns committed Apr 16, 2014
1 parent 8734cf7 commit 1256af8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data-store/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.tox
*.egg-info
chapter.html
2 changes: 2 additions & 0 deletions data-store/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
chapter.html: chapter.md
pandoc -s -o chapter.html chapter.md

0 comments on commit 1256af8

Please sign in to comment.