GNOME Bugzilla – Bug 700981
make: copy the files with their relative path included
Last modified: 2013-05-26 12:42:23 UTC
Created attachment 245284 [details] [review] make: copy the files with their relative path included Copy the files from srcdir/(relative_path/filename) to builddir/(relative_path/filename) instead of to builddir/(filename). This fixes out of source builddir for polkit. (ie with $file equal to ../man/polkit.xml (polkit/docs/polkit/Makefile.am). Otherwise the file polkit.xml ends up in builddir/ instead of builddir/../man/.
Thanks.