Skip to content

Commit fd4f9d4

Browse files
committed
try to get book build working outside submodule
1 parent 61d1f99 commit fd4f9d4

25 files changed

Lines changed: 31 additions & 32 deletions

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ build:
77
watch-build:
88
ls **/*.md **/*.html *.py | entr ./generate-html.py
99

10-
update-book:
11-
cd book && make html
10+
update-book: ## assumes book repo is at ../book
11+
cd ../book && make html
1212
./copy-and-fix-book-html.py
13-
rsync -a -v book/images/ _site/book/images/
14-
15-
13+
rsync -a -v ../book/images/ _site/book/images/

_site/book/appendix_csvs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ <h3 id="_implementing_a_repository_and_unit_of_work_for_csvs">Implementing a Rep
412412
</div>
413413
<div id="footer">
414414
<div id="footer-text">
415-
Last updated 2020-03-16 11:03:29 UTC
415+
Last updated 2020-03-10 17:15:49 UTC
416416
</div>
417417
</div>
418418
<style>

_site/book/appendix_django.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ <h3 id="_steps_along_the_way">Steps Along the Way</h3>
654654
</div>
655655
<div id="footer">
656656
<div id="footer-text">
657-
Last updated 2020-03-16 11:03:29 UTC
657+
Last updated 2020-03-10 17:16:05 UTC
658658
</div>
659659
</div>
660660
<style>

_site/book/appendix_ds1_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h2 id="appendix_ds1_table">Appendix A: Summary Diagram and Table</h2>
220220
</div>
221221
<div id="footer">
222222
<div id="footer-text">
223-
Last updated 2020-03-16 11:03:29 UTC
223+
Last updated 2020-03-10 12:41:58 UTC
224224
</div>
225225
</div>
226226
<div><div id="disqus_thread" style="margin: 10px"></div>

_site/book/appendix_project_structure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
642642
</div>
643643
<div id="footer">
644644
<div id="footer-text">
645-
Last updated 2020-03-16 11:03:29 UTC
645+
Last updated 2020-03-10 12:41:58 UTC
646646
</div>
647647
</div>
648648
<style>

_site/book/appendix_validation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ <h3 id="_validating_pragmatics">Validating Pragmatics</h3>
721721
</div>
722722
<div id="footer">
723723
<div id="footer-text">
724-
Last updated 2020-03-16 11:03:29 UTC
724+
Last updated 2020-03-10 12:41:58 UTC
725725
</div>
726726
</div>
727727
<style>

_site/book/chapter_01_domain_model.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ <h4 id="_exceptions_can_express_domain_concepts_too">Exceptions Can Express Doma
12211221
</div>
12221222
<div id="footer">
12231223
<div id="footer-text">
1224-
Last updated 2020-03-16 11:03:29 UTC
1224+
Last updated 2020-03-10 17:16:05 UTC
12251225
</div>
12261226
</div>
12271227
<style>

_site/book/chapter_02_repository.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
12201220
</div>
12211221
<div id="footer">
12221222
<div id="footer-text">
1223-
Last updated 2020-03-16 11:03:29 UTC
1223+
Last updated 2020-03-10 17:16:05 UTC
12241224
</div>
12251225
</div>
12261226
<style>

_site/book/chapter_03_abstractions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
999999
</div>
10001000
<div id="footer">
10011001
<div id="footer-text">
1002-
Last updated 2020-03-16 11:03:29 UTC
1002+
Last updated 2020-03-10 17:16:05 UTC
10031003
</div>
10041004
</div>
10051005
<style>

_site/book/chapter_04_service_layer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ <h4 id="_the_dip_in_action">The DIP in Action</h4>
11471147
</div>
11481148
<div id="footer">
11491149
<div id="footer-text">
1150-
Last updated 2020-03-16 11:03:29 UTC
1150+
Last updated 2020-03-10 17:16:05 UTC
11511151
</div>
11521152
</div>
11531153
<style>

0 commit comments

Comments
 (0)