diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-04-03 02:53:05 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-04-03 02:53:05 (GMT) |
commit | 02b97b26171fedccf1ffdc72601a14eaf0424c36 (patch) | |
tree | ebc1a844eecc3e757b9d2af1101c7bbe1a5ac1d2 | |
parent | 62916d1b33928048eedc0295cfd3a6798e49e450 (diff) | |
download | mxe-02b97b26171fedccf1ffdc72601a14eaf0424c36.zip mxe-02b97b26171fedccf1ffdc72601a14eaf0424c36.tar.gz mxe-02b97b26171fedccf1ffdc72601a14eaf0424c36.tar.bz2 |
doc update: exclude nsis with empty make rule instead of rm
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -762,10 +762,10 @@ USE_OSGPLUGIN(<plugin2>) </p> <p> Since no other packages depend on it, the remainder of - MXE can be successfully built by simply - removing the package: + MXE can be successfully built by simply specifying + an empty build rule: </p> - <pre>rm <em>where MXE is downloaded</em>/src/nsis.mk</pre> + <pre>make nsis_BUILD=</pre> </div> <div class="section"> |