diff options
author | Miloslav Trmač <mitr@redhat.com> | 2013-05-15 22:10:09 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2013-05-15 22:11:43 +0200 |
commit | 0850f81922aa93a411d1d2ac559b63a308368fb2 (patch) | |
tree | 666bb330b305ae4cb2bd2d06fea975771b0128f9 /docs | |
parent | fcc9839608dc757e7630a40635560c2648598c0e (diff) |
Fix inclusion of COPYING into documentation with srcdir != builddir
https://bugs.freedesktop.org/show_bug.cgi?id=64197
Diffstat (limited to 'docs')
-rw-r--r-- | docs/polkit/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/polkit/Makefile.am b/docs/polkit/Makefile.am index fcfa92a..9cf9d3f 100644 --- a/docs/polkit/Makefile.am +++ b/docs/polkit/Makefile.am @@ -67,6 +67,7 @@ content_files = \ ../man/pkaction.xml \ ../man/pkexec.xml \ ../man/pkttyagent.xml \ + ../../COPYING \ $(NULL) # Images to copy into HTML directory |