summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-05 13:32:54 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-05 13:32:54 (GMT)
commit2c1d79f97dce32c54dbff1a3a80a1542c94c1f6f (patch)
treee2b3821d44b13413dbb36102653fb96365d1121b /index.html
parent70817027361045a0bd5f65e33e910335fd3de676 (diff)
downloadmxe-2c1d79f97dce32c54dbff1a3a80a1542c94c1f6f.zip
mxe-2c1d79f97dce32c54dbff1a3a80a1542c94c1f6f.tar.gz
mxe-2c1d79f97dce32c54dbff1a3a80a1542c94c1f6f.tar.bz2
docs: add note about update script placeholder
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index f7c8bcc..2a90c2a 100644
--- a/index.html
+++ b/index.html
@@ -2200,7 +2200,11 @@ https://...</pre>
<p>
You could also try to provide a <code>$(PKG)_UPDATE</code> section.
However, that requires some experience and "feeling" for it.
- So it is perfectly okay if you leave the <code>$(PKG)_UPDATE</code> section empty.
+ So it is perfectly okay if you leave a placeholder:
+ <pre>define $(PKG)_UPDATE
+ echo 'TODO: write update script for $(PKG).' >&2;
+ echo $($(PKG)_VERSION)
+endef</pre>
We'll fill that in for you.
It's a funny exercise.
</p>