1 Star 2 Fork 2

发飙的蜗牛/restclient-cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.docs.mk 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel Schauenberg 提交于 2016-11-27 21:18 . move docs to ./docs folder
# Make tasks to create and deploy documentation
.PHONY: docs clean-docs deploy-docs doxygen update-docs-from-readme jekyll-layouts
GAUGES_CODE="539c6c8de32bb442640005f3"
jekyll-layouts:
git submodule update --init
doxygen:
doxygen doxygen.config
update-docs-from-readme: jekyll-layouts
install -d docs
echo "gaugesid: $(GAUGES_CODE)" > docs/_config.yml
echo "projecturl: $(PROJECT_URL)" >> docs/_config.yml
echo "basesite: http://www.unwiredcouch.com" >> docs/_config.yml
echo "markdown: kramdown" >> docs/_config.yml
echo "---" > docs/index.md
echo "layout: project" >> docs/index.md
echo "title: $(NAME)" >> docs/index.md
echo "---" >> docs/index.md
cat README.md >> docs/index.md
docs: doxygen update-docs-from-readme
clean-docs:
rm -rf ./docs
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/a-raging-snail/restclient-cpp.git
[email protected]:a-raging-snail/restclient-cpp.git
a-raging-snail
restclient-cpp
restclient-cpp
master

搜索帮助