genrest: Move from doc/scripts/genrest/ to doc/scripts/

Having a single directory with just genrest.py feels a bit pointless.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2018-05-21 19:23:04 +02:00 committed by Anas Nashif
parent b45e152ff0
commit 06ecb287fc
2 changed files with 3 additions and 4 deletions

View file

@ -72,7 +72,7 @@ htmldocs: doxy html
content: scripts/extract_content.py
$(Q)$<
kconfig: scripts/genrest/genrest.py
kconfig: scripts/genrest.py
$(Q)PYTHONPATH="${ZEPHYR_BASE}/scripts/kconfig:${PYTHONPATH}" \
srctree=../ ENV_VAR_BOARD_DIR=boards/*/*/ ENV_VAR_ARCH=* KERNELVERSION=1.9.99 SRCARCH=x86 \
python3 $< ../Kconfig reference/kconfig/

View file

@ -49,9 +49,8 @@ are organized based on their common characteristics and on what new symbols
they add to the configuration menus.
The configuration options' information below is extracted directly from
:program:`Kconfig` using the :file:`~/doc/scripts/genrest/genrest.py` script.
Click on the option name in the table below for detailed information about
each option.
:program:`Kconfig` using the :file:`~/doc/scripts/genrest.py` script. Click on
the option name in the table below for detailed information about each option.
Supported Options
*****************