Skip to content

Commit

Permalink
update the release headpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 7, 2014
1 parent dee93d8 commit aa0c054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -7,5 +7,5 @@ iot:
release:
pandoc -s -V geometry:margin=1in --number-sections --highlight-style pygments -S --toc -c css/vendor.css -B template/headpdf.html src/pre/*.md src/*.md -o build/pdf.html
pandoc --template=template/template.tex build/pdf.html -o build/iot.pdf --latex-engine=xelatex
pandoc index.html -o build/designiot.epub
pandoc index.html -o build/designiot.mobi
pandoc build/pdf.html -o build/designiot.epub
pandoc build/pdf.html -o build/designiot.mobi
4 changes: 0 additions & 4 deletions template/headpdf.html
Expand Up @@ -5,8 +5,4 @@
<meta name="description" content="一份关于如何设计物联网系统的文档">
<link rel="stylesheet" href="css/vendor.css" />
</head>
<body class="container inner wrap">
其他:<a href="http://designiot.phodal.com/iot.html" title="基于REST服务的最小物联网系统设计">基于REST服务的最小物联网系统设计</a>
<h2>一步步搭建物联网系统</h2>
</body>
</html>

0 comments on commit aa0c054

Please sign in to comment.