update title

This commit is contained in:
Justin Lin
2025-11-06 17:27:53 +11:00
parent 4d5b9e8272
commit 733ee07022
15 changed files with 18 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
FILES=$(find -name "*.md" | sort)
FILES=$(find -name "*.md" | sort -V)
META=./meta.yml
OUTPUT=book.epub
pandoc --from markdown --to epub3 \