doc: fix doc Makefile dependency on python

With a clean Ubuntu install,  following the getting started page
instructions for linux, only python3 is installed.  Apparently (by
design), a python3 install does not create the symbolic link for
/usr/bin/python so the doc/Makefile complains.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-12-01 14:08:57 -08:00 committed by Anas Nashif
parent 60d16bda22
commit 407eb2dd6c

View file

@ -73,7 +73,7 @@ content: scripts/extract_content.py
$(Q)$<
kconfig: scripts/genrest/genrest.py
$(Q)srctree=../ KERNELVERSION=1.9.99 SRCARCH=x86 python $< ../Kconfig reference/kconfig/
$(Q)srctree=../ KERNELVERSION=1.9.99 SRCARCH=x86 python3 $< ../Kconfig reference/kconfig/
prep: doxy content kconfig