book-terminal-velocity icon indicating copy to clipboard operation
book-terminal-velocity copied to clipboard

Add Makefile for other versions

Open rwxrob opened this issue 2 years ago • 0 comments

Need to create an intelligent single document compositor that starts with README.md and builds out a full, single Pandoc Markdown document from which to build the PDF and ePub.

It should look to see if a KEG Node has just a title and bulleted list at the beginning and if so, replace each of the bullets with the full README.md content from those referenced KEG Nodes.

It should vet the README.md markdown to make sure there are no relative image or other file dependencies (everything should be under a top-level directory like (/figures, /assets, or whatever).

It will have to adjust the levels of indentation accordingly and warn if the total levels exceeds seven (maximum supported by Markdown).

When complete, this should be called every time make is run on the master any time anything in the individual segments changes.

rwxrob avatar Oct 27 '22 17:10 rwxrob