mirror of
https://github.com/yakimka/python_interview_questions.git
synced 2025-12-18 12:04:34 +03:00
Add actions (#4)
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,2 +1,10 @@
|
||||
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
|
||||
|
||||
.PHONY: toc
|
||||
toc: ## Generate TOC from questions.md
|
||||
python3 generate_toc.py
|
||||
|
||||
.PHONY: toc
|
||||
toc-check: ## Check that toc is actual
|
||||
python3 generate_toc.py --check
|
||||
|
||||
Reference in New Issue
Block a user