summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-03-19 03:39:55 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-03-19 03:39:55 (GMT)
commitbc032a398b8b7cd53efd6148f620c8297f89ea2d (patch)
tree4b6b15b33bc427627c7c836ca2af03d447c2fa89
parente09ba2cbf9e2897ac14ec6a08d965be468904866 (diff)
downloadmxe-bc032a398b8b7cd53efd6148f620c8297f89ea2d.zip
mxe-bc032a398b8b7cd53efd6148f620c8297f89ea2d.tar.gz
mxe-bc032a398b8b7cd53efd6148f620c8297f89ea2d.tar.bz2
docs: remove internal use only from updates and cleanup-style
-rw-r--r--docs/index.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html
index 293579b..231ecff 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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,16 +1094,12 @@ 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>
@@ -1113,16 +1107,12 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<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>