summaryrefslogtreecommitdiffstatshomepage
path: root/docs/README.md
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-27 01:50:05 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-27 01:50:05 +0300
commitf3f5e975e47f1e7e3d0c9a46ee17f36204f15daf (patch)
treec496ec8174473b1fbedf314496bff2c42f597d9c /docs/README.md
parent0df2ee01264ff09bd525e7020724459c815470f8 (diff)
downloadmicropython-f3f5e975e47f1e7e3d0c9a46ee17f36204f15daf.tar.gz
micropython-f3f5e975e47f1e7e3d0c9a46ee17f36204f15daf.zip
docs/Makefile: Default BUILDDIR based on MICROPY_PORT.
It doesn't make sense to duplicate both on command line, and MICROPY_PORT is effectively mandatory to build docs.
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index d3e1e8d69e..c594030999 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -21,7 +21,7 @@ preferably in a virtualenv:
In `micropython/docs`, build the docs:
- make MICROPY_PORT=<port_name> BUILDDIR=build/<port_name> html
+ make MICROPY_PORT=<port_name> html
Where `<port_name>` can be `unix`, `pyboard`, `wipy` or `esp8266`.