diff options
author | Maria Matejka <mq@ucw.cz> | 2021-06-09 07:10:13 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-12-08 12:39:48 +0100 |
commit | 827c78297e624ff8489f2c61204a42a9a59c7e8d (patch) | |
tree | 471c6207d86f00467fd08de15a06e535a4a65f7b /doc/threads/Makefile | |
parent | b6612ec792a1539a22163429080967c9c416cae6 (diff) |
Final version of asynchronous export documentation
Diffstat (limited to 'doc/threads/Makefile')
-rw-r--r-- | doc/threads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/threads/Makefile b/doc/threads/Makefile index f5198be7..abad50ab 100644 --- a/doc/threads/Makefile +++ b/doc/threads/Makefile @@ -1,5 +1,5 @@ SUFFICES := .pdf -wordpress.html -CHAPTERS := 00_the_name_of_the_game 01_the_route_and_its_attributes 02_asynchronous_export +CHAPTERS := 00_the_name_of_the_game 01_the_route_and_its_attributes 02_asynchronous_export 03_coroutines all: $(foreach ch,$(CHAPTERS),$(addprefix $(ch),$(SUFFICES))) |