docs: note usage of GH_CONF owner/repo/branches/<branch name>

pull/2083/head
Tony Theodore 6 years ago
parent e218100c97
commit edc114de98

@ -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>

Loading…
Cancel
Save