summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2023-11-20 07:59:20 -0500
committerGordon GECOS <u@adam>2023-11-20 07:59:20 -0500
commit3edd6c8a553648f725bd4017693df5a49ced521b (patch)
treec89e57f48598a5ee5e4ac57c03e81bceb90f1a6f
parenta33b0833c1c925651ad1cb3fb863096de2f97853 (diff)
-rw-r--r--Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index f7c4c3c..c9580ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,20 +1,19 @@
1pages = $(if $(TITLE),title.txt break)
2pages += way-to-be-great.txt space lost-pen.txt space authenticated-counterfeit.txt break
3pages += why.txt space con-job.txt break
4pages += argument.txt space medium.txt break
5pages += introduction.txt $(if $(FINALE),finale.txt) break
6pages += human-communication.txt break
7pages += bitcoin.txt space monad-tutorial.txt
8pages += $(if $(TITLE),break 64lines.txt)
9
10define pages 1define pages
11$(if $(TITLE),title.txt break) 2$(if $(TITLE),title.txt break)
12way-to-be-great.txt space lost-pen.txt space authenticated-counterfeit.txt break 3way-to-be-great.txt space lost-pen.txt space authenticated-counterfeit.txt break
13argument.txt space why.txt space con-job.txt break 4argument.txt space why.txt space con-job.txt break
14introduction.txt space introjoke.txt break 5introduction.txt space introjoke.txt break
15human-communication.txt break 6human-communication.txt break
16monad-tutorial.txt break 7$(if $(TITLE),break break break)
17$(if $(TITLE),break break 64lines.txt) 8endef
9pages := $(pages:=)
10
11define pages
12$(if $(TITLE),title.txt break)
13way-to-be-great.txt space lost-pen.txt
14break authenticated-counterfeit.txt space argument.txt break
15introduction.txt space break
16$(if $(TITLE),break break break)
18endef 17endef
19pages := $(pages:=) 18pages := $(pages:=)
20 19