commit d60ca6c79e5ddd28ecf338461a93b919f3ee2014 from: Mike Voznesensky via: Sergey Bronnikov date: Sat Jan 20 11:36:22 2024 UTC Updated pandoc option * Removed `--self-contained`, key is deprecated, see [1] * Removed `-s`, needed only for html. If build epub this key used by default, see [2] * Return depth the table of contents by default (3). 1. https://pandoc.org/MANUAL.html#options-affecting-specific-writers 2. https://pandoc.org/MANUAL.html#general-writer-options commit - cb11b4ec251986eb460179a42c0859fadee9599a commit + d60ca6c79e5ddd28ecf338461a93b919f3ee2014 blob - 164111ea8f6fa58497bee95c6941fe8b7d443ed9 blob + 353b814f7643f6e1a53ef9e6e24bba2648a9fd05 --- Makefile +++ Makefile @@ -13,7 +13,7 @@ MAKRDOWN_FILES += software_lifecycle_models.markdown MAKRDOWN_FILES += bibliography.markdown PANDOC = pandoc -PANDOC_OPT += -s --toc-depth=2 --toc --self-contained +PANDOC_OPT += --toc PANDOC_OPT += title.txt $(MAKRDOWN_FILES) NAME = swebok_2004_ru