diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-03-19 03:39:55 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-03-19 03:39:55 (GMT) |
commit | bc032a398b8b7cd53efd6148f620c8297f89ea2d (patch) | |
tree | 4b6b15b33bc427627c7c836ca2af03d447c2fa89 | |
parent | e09ba2cbf9e2897ac14ec6a08d965be468904866 (diff) | |
download | mxe-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.html | 10 |
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! - – 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! - – show list of update candidates without downloading </dd> <dt>make update-package-foo</dt> <dd> - for internal use only! - – 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! - – download package foo and update its checksum </dd> <dt>make cleanup-style</dt> <dd> - for internal use only! - – cleanup coding style </dd> |