chiark / gitweb /
Fix building of documentation when doing out-of-source builds.
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 7 Aug 2009 19:54:35 +0000 (21:54 +0200)
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 7 Aug 2009 19:54:35 +0000 (21:54 +0200)
commitbd2dab9ce566a4e30d5372be9fa4e1921b7749f7
tree83a7c584ad94e2148098f41228a70e3d4e56d2ad
parenteab32c2529ce53f9e01c12df739257511d58ebfb
Fix building of documentation when doing out-of-source builds.

Since gtk-mkhtml is executed in a sub-directory of the build directory, and
make does not know of that, the $(buildir) variable will still be "." and
the $(srcdir) will not properly be found. For this reason, use the absolute
variants for the two functions, which won't be changing.
extras/gudev/docs/Makefile.am
libudev/docs/Makefile.am