summaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-03-14 14:02:01 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-03-15 01:28:24 (GMT)
commitedc114de988f91f7855be693f463145e56d99938 (patch)
tree71ad67e7bf87e3c66f41d9cb2c05dc1ae996e26c /docs/index.html
parente218100c97a2e7963c238ca001cdce6fb6667f02 (diff)
downloadmxe-edc114de988f91f7855be693f463145e56d99938.zip
mxe-edc114de988f91f7855be693f463145e56d99938.tar.gz
mxe-edc114de988f91f7855be693f463145e56d99938.tar.bz2
docs: note usage of GH_CONF owner/repo/branches/<branch name>
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 9d18802..abb2ce7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1475,14 +1475,18 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<p>
To track branches, set:
</p>
- <pre>$(PKG)_GH_CONF := owner/repo/branch</pre>
+ <pre>$(PKG)_GH_CONF := owner/repo/branches/&lt;branch name&gt;</pre>
<p>
See the following packages for examples:
</p>
<ul>
<li>
<a href="https://github.com/mxe/mxe/blob/master/src/gc.mk">gc.mk</a>
- for release tracking
+ for release tracking with non-standard file name
+ </li>
+ <li>
+ <a href="https://github.com/mxe/mxe/blob/master/src/yaml-cpp.mk">yaml-cpp.mk</a>
+ for release tracking with standard file name
</li>
<li>
<a href="https://github.com/mxe/mxe/blob/master/src/vmime.mk">vmime.mk</a>