planning on book 3

This commit is contained in:
2026-04-12 14:04:26 -05:00
parent 62cc00e033
commit fbe277d68c
19 changed files with 1188 additions and 809 deletions

View File

@@ -339,10 +339,10 @@ def build_epub(args) -> Path:
# ---------------------------------------------------------------------------
def generate_checklist(book_num: int, epub_path: Path) -> Path:
"""Write a publishing checklist to notes/kindle-publish-checklist.md."""
"""Write a publishing checklist to notes/book{N}-kindle-publish-checklist.md."""
notes_dir = ROOT / "notes"
notes_dir.mkdir(parents=True, exist_ok=True)
checklist_path = notes_dir / "kindle-publish-checklist.md"
checklist_path = notes_dir / f"book{book_num}-kindle-publish-checklist.md"
checklist = f"""\
# Kindle Publishing Checklist — Book {book_num}