mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
update: build english pdf
This commit is contained in:
@@ -5,7 +5,7 @@ import os
|
||||
|
||||
chapters = ['00-preface.md', '01-intro.md', '02-usability.md', '03-runtime.md', '04-containers.md', '05-pointers.md', '06-regex.md', '07-thread.md', '08-filesystem.md', '09-others.md', '10-cpp20.md', 'appendix1.md', 'appendix2.md']
|
||||
|
||||
ignores = ['TOC', 'Return to TOC', 'License', 'license']
|
||||
ignores = ['TOC', 'Table of Content', 'License', 'license']
|
||||
|
||||
|
||||
with open('modern-cpp-tutorial.md', 'w') as outfile:
|
||||
|
||||
Reference in New Issue
Block a user