mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
all: update dep and email addr
This commit is contained in:
@@ -8,7 +8,7 @@ all: revision epub
|
||||
revision:
|
||||
@echo '---' >> meta.markdown
|
||||
@echo 'title: "Modern C++ Tutorial: C++11/14/17/20 On the Fly"' >> meta.markdown
|
||||
@echo 'author: Changkun Ou <hi@changkun.us>' >> meta.markdown
|
||||
@echo 'author: Changkun Ou <hi[at]changkun.de>' >> meta.markdown
|
||||
@echo 'subtitle: |' >> meta.markdown
|
||||
@echo ' The content in this PDF file may outdated, please check our website <https://changkun.de/modern-cpp> or GitHub repository <https://github.com/changkun/modern-cpp-tutorial> for the latest book updates. Last update: ${date}' >> meta.markdown
|
||||
@echo 'rights: © Ou Changkun, CC BY-NC-ND 4.0.' >> meta.markdown
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# !/usr/bin/env python3
|
||||
# author: changkun<hi@changkun.us>
|
||||
# author: changkun<hi[at]changkun.de>
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ all: revision epub
|
||||
revision:
|
||||
@echo '---' >> meta.markdown
|
||||
@echo 'title: "现代 C++ 教程:高速上手 C++11/14/17/20"' >> meta.markdown
|
||||
@echo 'author: 欧长坤 <hi@changkun.us>' >> meta.markdown
|
||||
@echo 'author: 欧长坤 <hi[at]changkun.de>' >> meta.markdown
|
||||
@echo 'subtitle: |' >> meta.markdown
|
||||
@echo ' 此文件的内容可能过期,请检查本书网站 <https://changkun.de/modern-cpp> 及 GitHub 仓库<https://github.com/changkun/modern-cpp-tutorial> 以获取最新内容。最后更新:${date}' >> meta.markdown
|
||||
@echo 'rights: © Ou Changkun, CC BY-NC-ND 4.0.' >> meta.markdown
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# !/usr/bin/env python3
|
||||
# author: changkun<hi@changkun.us>
|
||||
# author: changkun<hi[at]changkun.de>
|
||||
|
||||
import os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user