planning on book 3
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user