1 Star 0 Fork 0

codingsprite/cpp-book

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
makefile 633 Bytes
一键复制 编辑 原始数据 按行查看 历史
codingsprite 提交于 2023-12-19 09:28 . xx
html:
rm -rf ./build/generated_images
asciidoctor -r asciidoctor-mathematical -a pdf-theme=./thems/cjk-theme.yml -o ./build/cpp-book.html -a pdf-fontsdir=fonts -a mathematical-format=svg sample.adoc
cp -r generated_images ./build/
rm -rf generated_images
pdf :
asciidoctor-pdf -r asciidoctor-mathematical -a pdf-theme=./thems/cjk-theme.yml -o ./build/cpp-book.pdf -a pdf-fontsdir=fonts sample.adoc
.PHONY: test
test :
$(call mypdf,sample.adoc,cpp-book.pdf)
define mypdf
@echo ${1} ${2}
asciidoctor-pdf -r asciidoctor-mathematical -a pdf-theme=./thems/cjk-theme.yml -o ./build/${2} -a pdf-fontsdir=fonts ${1}
endef
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codingsprite/cpp-book.git
git@gitee.com:codingsprite/cpp-book.git
codingsprite
cpp-book
cpp-book
master

搜索帮助