GithubHelp home page GithubHelp logo

yuanmenglong886 / how-to-write-makefile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seisman/how-to-write-makefile

0.0 0.0 0.0 3.35 MB

跟我一起写Makefile重制版

Home Page: https://seisman.github.io/how-to-write-makefile/

Python 91.68% Makefile 8.32%

how-to-write-makefile's Introduction

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

image

简介

《跟我一起写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&

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.