1 Star 1 Fork 0

bruceyan / how-to-write-makefile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

跟我一起写Makefile (PDF重制版)

https://travis-ci.org/seisman/how-to-write-makefile.svg?branch=master

简介

《跟我一起写Makefile》是 陈皓 发表在其CSDN博客上的系列文章。该系列文章翻译整理自 GNU Make Manual ,一直受到读者的推荐,是很多人学习Makefile的首选文档。目前网络上流传的PDF版本多为祝冬华整理的版本。这个版本的排版一般,代码部分没有做任何语法高亮。

2010年初学Makefile的时候,读了前几章皮毛,一直用到了现在。最近想着重新学习一下Makefile,顺便学习一下Sphinx,重新制作一个更精美的PDF版本。

相关

本地编译

  1. Clone项目到本地:

    $ git clone https://github.com/seisman/how-to-write-makefile.git
    
  2. 安装依赖:

    $ pip install -r requirements.txt
    
  3. 编译生成HTML:

    $ make html
    $ firefox build/html/index.html&
    
  4. 编译生成PDF(要求安装TeXLive 2016):

    $ make latexpdf
    $ evince build/latex/Makefile.pdf&
    

空文件

简介

暂无描述 展开 收起
Python 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/bruceyan83/how-to-write-makefile.git
git@gitee.com:bruceyan83/how-to-write-makefile.git
bruceyan83
how-to-write-makefile
how-to-write-makefile
master

搜索帮助