Files
python_interview_questions/Makefile
2021-03-30 12:05:48 +03:00

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