]> git.baikalelectronics.ru Git - kernel.git/commit
docs: look for sphinx-pre-install in the source tree
authorJonathan Corbet <corbet@lwn.net>
Fri, 31 May 2019 16:02:11 +0000 (10:02 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 31 May 2019 16:02:11 +0000 (10:02 -0600)
commita0e9193145fea9ee7d596394bdd2828ce90d0040
treec51ec2b74f9ee75413bffe54d17ebf9d5ea53dfe
parentdac1786f647cb6120ce8309be65a33ee7e59c2fe
docs: look for sphinx-pre-install in the source tree

Recent makefile changes included an invocation of
./scripts/sphinx-pre-install.  Unfortunately, that fails when a separate
build directory is in use with:

  /bin/bash: ./scripts/sphinx-pre-install: No such file or directory

Use $(srctree) to fully specify the location of this script.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/Makefile