]> git.notmuchmail.org Git - notmuch/commit - doc/Makefile.local
doc: fix out-of-tree build
authorDavid Bremner <david@tethera.net>
Thu, 20 Mar 2014 00:48:03 +0000 (21:48 -0300)
committerDavid Bremner <david@tethera.net>
Tue, 25 Mar 2014 11:32:10 +0000 (08:32 -0300)
commit57b4ef6f30d41cd14aa570b329841fc2082260ff
tree51183d9b62fee4cdc51016453d64e6406f2e2917
parent68c2c5d31ccbfd43052e4e5e9abcfe285fc205c8
doc: fix out-of-tree build

The subtle part is adding .rst and .py files to vpath so they can be
used as dependencies without prefixing with $(srcdir)

We also change the interface to mkbuildeps.py: rather than getting the
containing directory from the conf file path, we go the other way.
configure
doc/Makefile.local
doc/mkdocdeps.py