Merge pull request #1723 from tonytheodore/docs-update

Docs update
This commit is contained in:
Tony Theodore 2017-03-19 14:51:19 +11:00 committed by GitHub
commit c06909951f
1 changed files with 7 additions and 10 deletions

View File

@ -1087,8 +1087,6 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<dt>make update</dt>
<dd>
for internal use only!
&ndash;
update the version numbers of all packages,
download the new versions and note their checksums
</dd>
@ -1096,33 +1094,32 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<dt>make update UPDATE_DRYRUN=true</dt>
<dd>
for internal use only!
&ndash;
show list of update candidates without downloading
</dd>
<dt>make update-package-foo</dt>
<dd>
for internal use only!
&ndash;
update the version numbers of package foo,
download the new version and note its checksum
</dd>
<dt>make check-update-package-foo</dt>
<dd>
check if package foo has an update available
without downloading
</dd>
<dt>make update-checksum-foo</dt>
<dd>
for internal use only!
&ndash;
download package foo and update its checksum
</dd>
<dt>make cleanup-style</dt>
<dd>
for internal use only!
&ndash;
cleanup coding style
</dd>