@HarryCampion
Two thoughts you are better qualified to talk about
-
We may not need minibook at all! You know have more professional tools in place. I have created minibook and it served well for a time but we may slicker (and still free) tools
-
Currently book.mk is trying to execute all the jobs it needs to fill the book. We could also have a global variable, e.g. some sort of pages dictionary where the different makefiles write into. The book.mk is then not trying to execute tests etc. It's just displaying whatever is in the pages variables
@HarryCampion
Two thoughts you are better qualified to talk about
We may not need minibook at all! You know have more professional tools in place. I have created minibook and it served well for a time but we may slicker (and still free) tools
Currently book.mk is trying to execute all the jobs it needs to fill the book. We could also have a global variable, e.g. some sort of pages dictionary where the different makefiles write into. The book.mk is then not trying to execute tests etc. It's just displaying whatever is in the pages variables