-
Notifications
You must be signed in to change notification settings - Fork 585
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit fdf8091
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
跟我一起写Makefile(重制版) | ||
=========================== | ||
|
||
简介 | ||
---- | ||
|
||
《跟我一起写Makefile》是\ `陈皓`_\ 发表在其CSDN博客上的系列文章,一直受到读者的推荐,是很都人学习Makefile的首选文档。目前网络上流传的PDF版本多为祝冬华整理的版本。这个版本的排版一般,代码部分没有做任何语法高亮。 | ||
|
||
2010年初学Makefile的时候,读了前几章皮毛,一直用到了现在。最近想着重新学习一下Makefile,顺便重新制作一个更精美的PDF版本。 | ||
|
||
相关 | ||
---- | ||
|
||
- 书的文字部分来自于\ `Andriki`_\ 提供的Mediawiki源码; | ||
|
||
其他 | ||
---- | ||
- 使用\ `Sphinx`_\ 制作文档 | ||
- 生成的文档发布在此博文(待定)中 | ||
|
||
.. _`陈皓`: http://coolshell.cn/haoel | ||
.. _`Andriki`: http://andriki.com/mediawiki/index.php?title=Linux:%E8%B7%9F%E6%88%91%E4%B8%80%E8%B5%B7%E5%86%99Makefile | ||
.. _`Sphinx`: http://sphinx-doc.org/ |