summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-07-10 15:34:20 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-07-10 15:41:39 (GMT)
commitec9317949398e1294bafbdef7a04844bd91dadc5 (patch)
tree65afa1eba925b879677bb34404c1286e761480b5
parentff1867021c507765ae16463fe31354bbfe72331d (diff)
downloadmxe-ec9317949398e1294bafbdef7a04844bd91dadc5.zip
mxe-ec9317949398e1294bafbdef7a04844bd91dadc5.tar.gz
mxe-ec9317949398e1294bafbdef7a04844bd91dadc5.tar.bz2
add description of skeleton.py to index.html
-rw-r--r--index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html
index f4c889b..6f9feb4 100644
--- a/index.html
+++ b/index.html
@@ -2913,6 +2913,15 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
The <a href="doc/gmsl.html">GNU Make Standard Library</a> is also
available (though it should be unnecessary for most packages).
</p>
+
+ <p>
+ Alternatively you can use tool <code>tools/skeleton.py</code> to
+ create a skeleton of new MXE package. It fills most of the fields
+ of <code>.mk</code> file automatically and supports typical
+ build scenarios through option <code>--builder</code>. It also
+ adds a package to the <a href="#packages">list of packages</a>
+ (see below).
+ </p>
</li>
<li>