Skip to content

Commit f1aa8b9

Browse files
committed
Pass args to build scripts.
1 parent c8e1588 commit f1aa8b9

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
python script/format.py
2+
python script/format.py $@

note/log.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2014-07-03 - more work on format script for epub, alt text for images
2+
2014-07-02 - more work on epub
3+
2014-07-01 - start working on epub version
4+
2014-06-29 - sequencing patterns, start working on double buffer
5+
2014-06-28 - merge changes from lauren
16
2014-06-27 - layout state
27
2014-06-26 - 6 emails
38
2014-06-25 - lay out singleton

note/publishing.txt

+4
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ Cons:
7878
All of those cons are serious, but I think the last point is the real nail in
7979
the coffin. Instead, I think I'll just have links to buy the book from a few
8080
different marketplaces.
81+
82+
---
83+
84+
http://www.hxa.name/articles/content/epub-guide_hxa7241_2007.html

watch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
python script/format.py --watch
2+
python script/format.py --watch $@

0 commit comments

Comments
 (0)