diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-03-19 03:42:31 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-03-19 03:42:31 (GMT) |
commit | 3606a3e158ceeaa1dc943c8192f319289a3927b3 (patch) | |
tree | 2be0b89ccb4ad5ee3bf392d0755b445528e56d1b | |
parent | bc032a398b8b7cd53efd6148f620c8297f89ea2d (diff) | |
download | mxe-3606a3e158ceeaa1dc943c8192f319289a3927b3.zip mxe-3606a3e158ceeaa1dc943c8192f319289a3927b3.tar.gz mxe-3606a3e158ceeaa1dc943c8192f319289a3927b3.tar.bz2 |
docs: note usage of `make check-update-package-foo`
-rw-r--r-- | docs/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 231ecff..23e8800 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1104,6 +1104,13 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre> 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> |