summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-06 23:12:45 +0800
committerruki <[email protected]>2017-02-06 23:12:45 +0800
commit59c7e717b3e627fbfcee313f0c1d050e9bbceb5b (patch)
treea2baa452ec4a2e84ab268750a7bb6033e7b6f385
parente7f30e61ccf05efef87c491426868801de56a84e (diff)
modify docs stript
-rw-r--r--docs/index.html20
-rwxr-xr-xdocs/zh/manual.md2
2 files changed, 11 insertions, 11 deletions
diff --git a/docs/index.html b/docs/index.html
index 613dedd39..6bd2f3a38 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -6,16 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<title>xmake</title>
<link rel="stylesheet" href="https://unpkg.com/docute@2/dist/docute.css">
- <!-- baidu stats -->
- <script>
- var _hmt = _hmt || [];
- (function() {
- var hm = document.createElement("script");
- hm.src = "//hm.baidu.com/hm.js?eb3c91c672a001d78a113bfb8e42017a";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
</head>
<body>
<!-- don't remove this part start -->
@@ -27,5 +17,15 @@
<script src="https://unpkg.com/[email protected]/components/prism-c.min.js"></script>
<script src="https://unpkg.com/[email protected]/components/prism-lua.min.js"></script>
<script src="https://unpkg.com/[email protected]/components/prism-bash.min.js"></script>
+ <!-- baidu stats -->
+ <script>
+ var _hmt = _hmt || [];
+ (function() {
+ var hm = document.createElement("script");
+ hm.src = "//hm.baidu.com/hm.js?eb3c91c672a001d78a113bfb8e42017a";
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(hm, s);
+ })();
+ </script>
</body>
</html>
diff --git a/docs/zh/manual.md b/docs/zh/manual.md
index d6b2029db..45311f530 100755
--- a/docs/zh/manual.md
+++ b/docs/zh/manual.md
@@ -341,7 +341,7 @@ add_plugindirs("$(projectdir)/plugins")
通过设置依赖包目录,可以方便的集成一些第三方的依赖库,以tbox工程为例,其包目录如下:
```
-tbox/pkg
+tbox.pkg
- base.pkg
- zlib.pkg
- polarssl.pkg