]> 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)
commited47cb5677635db8b3e20a58ed669502797d1e0d
treec51ec2b74f9ee75413bffe54d17ebf9d5ea53dfe
parent91e342f7c725251eb6810030e72cea7f63d3abdd
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