mirror of
https://github.com/yakimka/python_interview_questions.git
synced 2025-12-16 19:17:04 +03:00
3 lines
170 B
Makefile
3 lines
170 B
Makefile
questions.epub: questions.md metadata.txt book_res/* attachments/* Makefile ## Generate epub book
|
|
pandoc --toc --toc-depth=6 -o questions.epub metadata.txt questions.md
|