This allows an eBook to be built that can be read by readers such as Bookworm and Foliate. Note that Bookworm does not render tables or examples very well, whereas Foliate does. As eBooks use a different cover format the current SELinux penguin has been replaced with one from the SELinux artwork repository. Richard Haines (4): selinux-notebook: Make file links consistent src/images: Remove current penguin src/images: Add new SELinux penguin selinux-notebook: Add epub build BUILD.md | 17 +- CONTRIBUTING.md | 10 +- Makefile | 48 +++- README.md | 9 +- src/bounds_rules.md | 2 +- src/cil_overview.md | 2 +- src/cover.md | 16 ++ src/cover_epub.md | 2 + src/embedded_systems.md | 12 +- src/images/selinux-penguin.svg | 398 ----------------------------- src/images/selinux-penguin_400.png | Bin 0 -> 65728 bytes src/network_support.md | 4 +- src/postgresql.md | 6 +- src/styles_epub.css | 44 ++++ src/title.md | 16 -- src/toc.md | 2 +- 16 files changed, 139 insertions(+), 449 deletions(-) create mode 100644 src/cover.md create mode 100644 src/cover_epub.md delete mode 100644 src/images/selinux-penguin.svg create mode 100644 src/images/selinux-penguin_400.png create mode 100644 src/styles_epub.css -- 2.33.1