]> git.ipfire.org Git - thirdparty/linux.git/commit - Documentation/Makefile
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)
commit6c01edd395a7cc7bb82333e953992eb0e76b1c35
treec51ec2b74f9ee75413bffe54d17ebf9d5ea53dfe
parenta700767a7682d9bd237e927253274859aee075e7
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